From: Anders Berg <[email protected]> Add the reset controller to the AXM5xx device tree.
Signed-off-by: Anders Berg <[email protected]> Acked-by: Linus Walleij <[email protected]> --- arch/arm/boot/dts/axm55xx.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi index 3fbd83c..ea288f0 100644 --- a/arch/arm/boot/dts/axm55xx.dtsi +++ b/arch/arm/boot/dts/axm55xx.dtsi @@ -101,6 +101,11 @@ reg = <0x20 0x10030000 0 0x2000>; }; + reset: reset@2010031000 { + compatible = "lsi,axm55xx-reset"; + syscon = <&syscon>; + }; + amba { compatible = "arm,amba-bus"; #address-cells = <2>; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
