* Roger Quadros <rog...@ti.com> [140611 01:58]:
> Add compatible id, GPMC register resource and interrupt
> resource to NAND controller nodes.
> 
> Signed-off-by: Roger Quadros <rog...@ti.com>
> ---
>  arch/arm/boot/dts/am335x-evm.dts         |  8 ++++++--
>  arch/arm/boot/dts/am335x-igep0033.dtsi   |  8 ++++++--
>  arch/arm/boot/dts/am43x-epos-evm.dts     |  8 ++++++--
>  arch/arm/boot/dts/omap3-devkit8000.dts   |  9 +++++++--
>  arch/arm/boot/dts/omap3-evm-37xx.dts     | 10 +++++++---
>  arch/arm/boot/dts/omap3-igep0020.dts     | 10 +++++++---
>  arch/arm/boot/dts/omap3-igep0030.dts     |  8 ++++++--
>  arch/arm/boot/dts/omap3-ldp.dts          | 10 +++++++---
>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi  | 10 +++++++---
>  arch/arm/boot/dts/omap3-lilly-dbb056.dts |  7 ++++---
>  arch/arm/boot/dts/omap3430-sdp.dts       |  8 ++++++--
>  11 files changed, 69 insertions(+), 27 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am335x-evm.dts 
> b/arch/arm/boot/dts/am335x-evm.dts
> index 6028217..fa25f2b 100644
> --- a/arch/arm/boot/dts/am335x-evm.dts
> +++ b/arch/arm/boot/dts/am335x-evm.dts
> @@ -437,9 +437,13 @@
>       status = "okay";
>       pinctrl-names = "default";
>       pinctrl-0 = <&nandflash_pins_s0>;
> -     ranges = <0 0 0x08000000 0x10000000>;   /* CS0: NAND */
> +     ranges = <0 0 0x08000000 0x10000000     /* CS0 space, 16MB */
> +               255 0 0x50000000 0x36c>;      /* GPMC reg */

And here too let's not let the NAND driver tinker with the GPMC
registers.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to