]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: remove duplicate nodes from dts for ROCK 4SE
authorFUKAUMI Naoki <naoki@radxa.com>
Tue, 3 Sep 2024 07:35:44 +0000 (16:35 +0900)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 4 Sep 2024 18:53:32 +0000 (20:53 +0200)
these nodes just define same properties in rk3399-rock-pi-4.dtsi.
remove them from rk3399-rock-4se.dts.

sha256sum rk3399-rock-4se.dtb generates same hash value before/after
this change.

Fixes: 86a0e14a82ea ("arm64: dts: rockchip: Add Radxa ROCK 4SE")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://lore.kernel.org/r/20240903073544.2161-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-rock-4se.dts

index 9dd26150c3695d81ffc9a5a664627aa4070299ef..a8b8d4acc33712da01b3b93a0bffd1694aefe3be 100644 (file)
        };
 };
 
-&pinctrl {
-       usb2 {
-               vcc5v0_host_en: vcc5v0-host-en {
-                       rockchip,pins = <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
-               };
-       };
-};
-
 &sdio0 {
        status = "okay";
 
                vddio-supply = <&vcc_1v8>;
        };
 };
-
-&vcc5v0_host {
-       enable-active-high;
-       gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&vcc5v0_host_en>;
-};