On 20/03/2024 03:05, Alexey Klimov wrote: > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/exynos/google/gs101.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi > index 55e6bcb3689e..9def28393274 100644 > --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi > +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi > @@ -509,6 +509,13 @@ sysreg_apm: syscon@174204e0 { > pmu_system_controller: system-controller@17460000 { > compatible = "google,gs101-pmu", "syscon"; > reg = <0x17460000 0x10000>; > + > + poweroff { > + compatible = "google,gs101-poweroff"; > + samsung,syscon-phandle = <&pmu_system_controller>; This is just senseless... you are the child of pmu, as seen in this DTS. You do not need to reference yourself (so the PMU)! Best regards, Krzysztof