Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc8a3ef1 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Fix cm2 and prm sizes for omap4



The size of these modules is 0x2000, not 0x3000. The extra 0x1000
after 0x2000 is for the interconnect target agent which is a separate
device.

Fixes: 7415b0b4 ("ARM: dts: omap4: add minimal l4 bus layout with
control module support")
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 60cc43fc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -163,10 +163,10 @@

			cm2: cm2@8000 {
				compatible = "ti,omap4-cm2", "simple-bus";
				reg = <0x8000 0x3000>;
				reg = <0x8000 0x2000>;
				#address-cells = <1>;
				#size-cells = <1>;
				ranges = <0 0x8000 0x3000>;
				ranges = <0 0x8000 0x2000>;

				cm2_clocks: clocks {
					#address-cells = <1>;
@@ -250,11 +250,11 @@

				prm: prm@6000 {
					compatible = "ti,omap4-prm";
					reg = <0x6000 0x3000>;
					reg = <0x6000 0x2000>;
					interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
					#address-cells = <1>;
					#size-cells = <1>;
					ranges = <0 0x6000 0x3000>;
					ranges = <0 0x6000 0x2000>;

					prm_clocks: clocks {
						#address-cells = <1>;