Re: [U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: > These files are taken from Linux 3.14. > diff --git a/arch/arm/dts/tegra124.dtsi b/arch/arm/dts/tegra124.dtsi > - gpio: gpio@6000d000 { > + gpio: gpio@0,6000d000 { > compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; > -

[U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-09 Thread Simon Glass
These files are taken from Linux 3.14. Signed-off-by: Simon Glass --- Changes in v3: - Bring in GPIO bindings for tegra{30,114,124} also Changes in v2: - Add new patch to bring in Tegra device tree files from linux arch/arm/dts/tegra114.dtsi | 21 + arch/arm/dt

Re: [U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-07 Thread Simon Glass
Hi Stephen, On 5 May 2014 10:57, Stephen Warren wrote: > On 05/05/2014 10:09 AM, Simon Glass wrote: >> These files are taken from Linux 3.14. > >> diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi > > This looks good. Can the patch be extended to all tegra*.dtsi too, so > they ar

Re: [U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-05 Thread Stephen Warren
On 05/05/2014 10:09 AM, Simon Glass wrote: > These files are taken from Linux 3.14. > diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi This looks good. Can the patch be extended to all tegra*.dtsi too, so they are all consistent? ___ U

[U-Boot] [RFC PATCH v2 05/13] tegra: dts: Bring in GPIO bindings from linux

2014-05-05 Thread Simon Glass
These files are taken from Linux 3.14. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to bring in Tegra device tree files from linux arch/arm/dts/tegra20.dtsi | 15 ++- include/dt-bindings/gpio/gpio.h| 15 +++ include/dt-bindi