ARM: dts: imx28: enable optional syscon-poweroff

Based on https://patchwork.kernel.org/project/linux-arm-kernel/patch/20190923091700.22517-1-sebastien.szymanski@armadeus.com/
This commit is contained in:
Takumi Sueda 2023-02-23 03:35:43 +09:00
parent 4f12742fdc
commit 6cf75aaa0b
1 changed files with 9 additions and 1 deletions

View File

@ -1114,8 +1114,16 @@
};
power: power@80044000 {
compatible = "syscon", "simple-mfd";
reg = <0x80044000 0x2000>;
status = "disabled";
poweroff: poweroff {
compatible = "syscon-poweroff";
regmap = <&power>;
offset = <0x104>;
value = <0x3e770001>;
status = "disabled";
};
};
saif1: saif@80046000 {