Re: [PATCH v3] ARM: dts: qcom: Add initial IFC6540 board device tree

2014-09-05 Thread Andreas Färber
Am 05.09.2014 17:20, schrieb Kumar Gala: > On Sep 5, 2014, at 9:26 AM, Andreas Färber wrote: >> Am 03.09.2014 18:50, schrieb Georgi Djakov: >>> diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi >>> b/arch/arm/boot/dts/qcom-apq8084.dtsi >>> index 21d01e5..1f130bc 100644 >>> --- a/arch/arm/boot/dts/

Re: [PATCH v3] ARM: dts: qcom: Add initial IFC6540 board device tree

2014-09-05 Thread Georgi Djakov
Hi On 09/05/2014 05:26 PM, Andreas Färber wrote: <...> + reg-names = "hc_mem", "core_mem"; + interrupts = <0 123 0>, <0 138 0>; I see that you've used GPIO_ACTIVE_* above. Is the trailing zero here possibly IRQ_TYPE_NONE? Yes, it is. Will update i

Re: [PATCH v3] ARM: dts: qcom: Add initial IFC6540 board device tree

2014-09-05 Thread Kumar Gala
On Sep 5, 2014, at 9:26 AM, Andreas Färber wrote: > Hi, > > Am 03.09.2014 18:50, schrieb Georgi Djakov: >> Add basic support for the IFC6540 single-board computer boards, that are >> based on the APQ8084 SoC. This patch adds the initial device tree and the >> neccessary nodes required for enabl

Re: [PATCH v3] ARM: dts: qcom: Add initial IFC6540 board device tree

2014-09-05 Thread Andreas Färber
Hi, Am 03.09.2014 18:50, schrieb Georgi Djakov: > Add basic support for the IFC6540 single-board computer boards, that are > based on the APQ8084 SoC. This patch adds the initial device tree and the > neccessary nodes required for enabling the serial port and eMMC. > > Signed-off-by: Georgi Djako

[PATCH v3] ARM: dts: qcom: Add initial IFC6540 board device tree

2014-09-03 Thread Georgi Djakov
Add basic support for the IFC6540 single-board computer boards, that are based on the APQ8084 SoC. This patch adds the initial device tree and the neccessary nodes required for enabling the serial port and eMMC. Signed-off-by: Georgi Djakov --- Changes since v2: - Squashed all patches into one.