]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: fix omap2+ address translation for pbias
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 4 Sep 2015 12:08:24 +0000 (17:38 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 24 Sep 2015 23:28:32 +0000 (16:28 -0700)
commitbf8df85893b97de30bcea8b8d3a9cb0dc6ee6291
treefa960e60441d4685d205e3a24f09fa1d8a023845
parent3147dd6a314e8f6fdfd75643241de64fa82d9394
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: a7f39d9cfc94 ("ARM: dts: omap24xx: add minimal l4 bus
layout with control module support")

Fixes: d9683e5f503a ("ARM: dts: omap4: add minimal l4 bus layout
with control module support")

Fixes: b91e40bf3a2a ("ARM: dts: omap5: add minimal l4 bus
layout with control module support")

Fixes: 2b2a4e9a76a7 ("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>
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/omap2430.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi