diff options
author | Kishon Vijay Abraham I | 2015-09-04 14:08:24 +0200 |
---|---|---|
committer | Tony Lindgren | 2015-09-25 01:28:32 +0200 |
commit | 9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45 (patch) | |
tree | fa960e60441d4685d205e3a24f09fa1d8a023845 /arch/arm/boot/dts/omap4.dtsi | |
parent | Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes (diff) | |
download | kernel-qcow2-linux-9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45.tar.gz kernel-qcow2-linux-9a5e3f27d1b8ca349b79e8b5fe1874eeeedb6f45.tar.xz kernel-qcow2-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/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 5aad7f37df8b..5a206c100ce2 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -196,6 +196,7 @@ reg = <0x5a0 0x170>; #address-cells = <1>; #size-cells = <1>; + ranges = <0 0x5a0 0x170>; pbias_regulator: pbias_regulator { compatible = "ti,pbias-omap4", "ti,pbias-omap"; |