Re: [PATCH v2] ARM: qcom: Add initial APQ8064 SoC and IFC6410 board device trees

2014-04-08 Thread Stephen Boyd
On 04/08, Kumar Gala wrote: > diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi > b/arch/arm/boot/dts/qcom-apq8064.dtsi > new file mode 100644 > index 000..e336c09 > --- /dev/null > +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi > @@ -0,0 +1,154 @@ > +/dts-v1/; > + > +#include "skeleton.dtsi" > +#in

Re: [PATCH v2] ARM: qcom: Add initial APQ8064 SoC and IFC6410 board device trees

2014-04-08 Thread Stephen Boyd
On 04/08, Kumar Gala wrote: > Add basic APQ8064 SoC include device tree and support for basic booting on > the IFC6410 board. > > Signed-off-by: Kumar Gala > --- > v2: > * created a v2.0 apq8064.dtsi to handle differences in Si rev in future > * changed /include/ to #include > * added PMU node >

Re: [PATCH v2] ARM: qcom: Add initial APQ8064 SoC and IFC6410 board device trees

2014-04-08 Thread Stanimir Vabanov
Hi Kumar, > + intc: interrupt-controller@200 { > + compatible = "qcom,msm-qgic2"; > + interrupt-controller; > + #interrupt-cells = <3>; > + reg = < 0x0200 0x1000 >, > + <

[PATCH v2] ARM: qcom: Add initial APQ8064 SoC and IFC6410 board device trees

2014-04-08 Thread Kumar Gala
Add basic APQ8064 SoC include device tree and support for basic booting on the IFC6410 board. Signed-off-by: Kumar Gala --- v2: * created a v2.0 apq8064.dtsi to handle differences in Si rev in future * changed /include/ to #include * added PMU node * dropped interrupts from cpus node, not current