diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-09-04 17:38:24 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-24 16:28:32 -0700 |
commit | 9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45 (patch) | |
tree | fa960e60441d4685d205e3a24f09fa1d8a023845 /arch/arm/boot/dts/omap2430.dtsi | |
parent | 4bbc2bc1a4e81c1a3522b3bd9d43fffd2eca8c9e (diff) | |
download | talos-obmc-linux-9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45.tar.gz talos-obmc-linux-9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45.zip |
ARM: dts: fix omap2+ address translation for pbias
"ARM: dts: <omap2/omap4/omap5/dra7>: add minimal l4 bus
layout with control module support" moved pbias_regulator dt node
from being a child node of ocp to be the child node of
'syscon'. Since 'syscon' doesn't have the 'ranges' property,
address translation fails while trying to convert the address
to resource. Fix it here by populating 'ranges' property in
syscon dt node.
Fixes: 72b10ac00eb1 ("ARM: dts: omap24xx: add minimal l4 bus
layout with control module support")
Fixes: 7415b0b4c645 ("ARM: dts: omap4: add minimal l4 bus layout
with control module support")
Fixes: ed8509edddeb ("ARM: dts: omap5: add minimal l4 bus
layout with control module support")
Fixes: d919501feffa ("ARM: dts: dra7: add minimal l4 bus
layout with control module support")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
[tony@atomide.com: fixed omap3 pbias to work]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2430.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2430.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index 3961a6f170e1..798dda072b2a 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -56,6 +56,7 @@ reg = <0x270 0x240>; #address-cells = <1>; #size-cells = <1>; + ranges = <0 0x270 0x240>; scm_clocks: clocks { #address-cells = <1>; |