arm64: dts: rockchip: remove unnecessary properties for Radxa ROCK 5A
authorFUKAUMI Naoki <naoki@radxa.com>
Mon, 26 Aug 2024 07:51:29 +0000 (16:51 +0900)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Aug 2024 14:05:35 +0000 (16:05 +0200)
There is no "on-board WLAN/BT chip" on Radxa ROCK 5A. remove related
properties.

Fixes: 1642bf66e270 ("arm64: dts: rockchip: add USB2 to rk3588s-rock5a")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://lore.kernel.org/r/20240826075130.546-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

index 03ed48246d36a23e6405dd75bcc5bf55a4d6170c..953a722198fe5c3246d8836a760ac114eaaa924f 100644 (file)
                        rockchip,pins = <4 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
-
-       wifibt {
-               wl_reset: wl-reset {
-                       rockchip,pins = <0 RK_PD0 RK_FUNC_GPIO &pcfg_pull_up>;
-               };
-
-               wl_dis: wl-dis {
-                       rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_output_high>;
-               };
-
-               wl_wake_host: wl-wake-host {
-                       rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>;
-               };
-
-               bt_dis: bt-dis {
-                       rockchip,pins = <0 RK_PD4 RK_FUNC_GPIO &pcfg_output_high>;
-               };
-
-               bt_wake_host: bt-wake-host {
-                       rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>;
-               };
-       };
 };
 
 &pwm3 {
 
 &usb_host0_ehci {
        status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <&wl_reset &wl_dis &wl_wake_host &bt_dis &bt_wake_host>;
 };
 
 &usb_host0_ohci {