Use actual register space size from Reference Manual. Signed-off-by: Roger Quadros <rog...@ti.com> --- arch/arm/boot/dts/am33xx.dtsi | 2 +- arch/arm/boot/dts/am4372.dtsi | 2 +- arch/arm/boot/dts/omap2420.dtsi | 2 +- arch/arm/boot/dts/omap2430.dtsi | 2 +- arch/arm/boot/dts/omap3.dtsi | 2 +- arch/arm/boot/dts/omap4.dtsi | 2 +- arch/arm/boot/dts/omap5.dtsi | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 7ad75b4..27f0b25 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -767,7 +767,7 @@ compatible = "ti,am3352-gpmc"; ti,hwmods = "gpmc"; ti,no-idle-on-init; - reg = <0x50000000 0x2000>; + reg = <0x50000000 0x36c>; interrupts = <100>; gpmc,num-cs = <7>; gpmc,num-waitpins = <2>; diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index d1f8707..0014d5d 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -727,7 +727,7 @@ ti,hwmods = "gpmc"; clocks = <&l3s_gclk>; clock-names = "fck"; - reg = <0x50000000 0x2000>; + reg = <0x50000000 0x36c>; interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; gpmc,num-cs = <7>; gpmc,num-waitpins = <2>; diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index 2d99798..d0f5953 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -79,7 +79,7 @@ gpmc: gpmc@6800a000 { compatible = "ti,omap2420-gpmc"; - reg = <0x6800a000 0x1000>; + reg = <0x6800a000 0x23c>; #address-cells = <2>; #size-cells = <1>; interrupts = <20>; diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index 42d2c61..94f81e8 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -106,7 +106,7 @@ gpmc: gpmc@6e000000 { compatible = "ti,omap2430-gpmc"; - reg = <0x6e000000 0x1000>; + reg = <0x6e000000 0x23c>; #address-cells = <2>; #size-cells = <1>; interrupts = <20>; diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 4231191..fc7a3e3 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -687,7 +687,7 @@ gpmc: gpmc@6e000000 { compatible = "ti,omap3430-gpmc"; ti,hwmods = "gpmc"; - reg = <0x6e000000 0x02d0>; + reg = <0x6e000000 0x02d4>; interrupts = <20>; gpmc,num-cs = <8>; gpmc,num-waitpins = <4>; diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 649b5cd..469c699 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -288,7 +288,7 @@ gpmc: gpmc@50000000 { compatible = "ti,omap4430-gpmc"; - reg = <0x50000000 0x1000>; + reg = <0x50000000 0x37c>; #address-cells = <2>; #size-cells = <1>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 36b4312..187c93f 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -317,7 +317,7 @@ gpmc: gpmc@50000000 { compatible = "ti,omap4430-gpmc"; - reg = <0x50000000 0x1000>; + reg = <0x50000000 0x37c>; #address-cells = <2>; #size-cells = <1>; interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; -- 1.8.3.2 -- 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/