]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: exynos: gs101: drop explicit regmap from reboot nodes
authorAndré Draszik <andre.draszik@linaro.org>
Mon, 10 Feb 2025 12:52:02 +0000 (12:52 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 15 Feb 2025 13:30:19 +0000 (14:30 +0100)
The regmap property for syscon-poweroff and syscon-reboot is unneeded
here because the poweroff and reboot nodes are children of syscon
already. It also is deprecated.

We can just drop it to simplify the DT.

Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250210-gs101-renppt-dts-v2-1-fb33fda6fc4b@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 813f960895784c8e6a48592c3e23a1e939bda19c..e78dcd506a5cc025e21ee6a8cedc00fad03c7df1 100644 (file)
 
                        poweroff: syscon-poweroff {
                                compatible = "syscon-poweroff";
-                               regmap = <&pmu_system_controller>;
                                offset = <0x3e9c>; /* PAD_CTRL_PWR_HOLD */
                                mask = <0x100>; /* reset value */
                        };
 
                        reboot: syscon-reboot {
                                compatible = "syscon-reboot";
-                               regmap = <&pmu_system_controller>;
                                offset = <0x3a00>; /* SYSTEM_CONFIGURATION */
                                mask = <0x2>; /* SWRESET_SYSTEM */
                                value = <0x2>; /* reset value */