diff options
author | 2022-09-24 11:28:12 +0000 | |
---|---|---|
committer | 2022-10-17 14:17:34 +0200 | |
commit | 849c19d14940b87332d5d59c7fc581d73f2099fd (patch) | |
tree | 567951077444d9dae32d964d6056e705f0842f8c | |
parent | arm64: dts: rockchip: fix quartz64-a bluetooth configuration (diff) | |
download | wireguard-linux-849c19d14940b87332d5d59c7fc581d73f2099fd.tar.xz wireguard-linux-849c19d14940b87332d5d59c7fc581d73f2099fd.zip |
arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 series
I2S1 pins are exposed on 40-pin header on Radxa ROCK Pi 4 series.
their default function is GPIO, so I2S1 need to be disabled.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://lore.kernel.org/r/20220924112812.1219-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi index 645ced6617a6..1f76d3501bda 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi @@ -509,7 +509,6 @@ &i2s1 { rockchip,playback-channels = <2>; rockchip,capture-channels = <2>; - status = "okay"; }; &i2s2 { |