Re: [RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support

2014-06-17 Thread Thierry Reding
On Mon, Jun 16, 2014 at 03:35:11PM +0200, Tomeu Vizoso wrote: [...] > + memory-controller@7001b000 { > + compatible = "nvidia,tegra124-emc"; > + reg = <0x00 0x7001b000 0x00 0x1000>; For consistency, perhaps s/0x00/0x0/? > + #address-cells = <1>; > +

Re: [RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support

2014-06-17 Thread Thierry Reding
On Mon, Jun 16, 2014 at 03:35:11PM +0200, Tomeu Vizoso wrote: [...] + memory-controller@7001b000 { + compatible = nvidia,tegra124-emc; + reg = 0x00 0x7001b000 0x00 0x1000; For consistency, perhaps s/0x00/0x0/? + #address-cells = 1; +

[RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support

2014-06-16 Thread Tomeu Vizoso
Add a device node for the EMC found on Tegra124. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 6e6bc4e..5aa42ff 100644 ---

[RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support

2014-06-16 Thread Tomeu Vizoso
Add a device node for the EMC found on Tegra124. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/boot/dts/tegra124.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 6e6bc4e..5aa42ff 100644