Commit 7eaec553 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Shawn Guo

ARM: dts: ls1021a: add reboot node to .dtsi

The LS1021A can be reset via the dcfg regmap in the same way as the
arm64 layerscape SoCs, so add the corresponding DT node.
Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5df704c2
......@@ -108,6 +108,13 @@ pmu {
<GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
};
reboot {
compatible = "syscon-reboot";
regmap = <&dcfg>;
offset = <0xb0>;
mask = <0x02>;
};
soc {
compatible = "simple-bus";
#address-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment