Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Fix hsi gdd range for omap4

While reviewing the missing mcasp ranges I noticed omap4 hsi range
for gdd is wrong so let's fix it.

I'm not aware of any omap4 devices in mainline kernel though that use
hsi though.

Fixes: 84badc5ec5fc ("ARM: dts: omap4: Move l4 child devices to probe
them with ti-sysc")
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

+2 -2
+2 -2
arch/arm/boot/dts/omap4-l4.dtsi
··· 196 196 clock-names = "fck"; 197 197 #address-cells = <1>; 198 198 #size-cells = <1>; 199 - ranges = <0x0 0x58000 0x4000>; 199 + ranges = <0x0 0x58000 0x5000>; 200 200 201 201 hsi: hsi@0 { 202 202 compatible = "ti,omap4-hsi"; 203 203 reg = <0x0 0x4000>, 204 - <0x4a05c000 0x1000>; 204 + <0x5000 0x1000>; 205 205 reg-names = "sys", "gdd"; 206 206 207 207 clocks = <&l3_init_clkctrl OMAP4_HSI_CLKCTRL 0>;