@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
Use actual register space size from Reference Manual. Signed-off-by: Roger Quadros <rogerq@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(-)