Skip to content

Commit 3975e72

Browse files
obbardcmmind
authored andcommitted
arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399
Commit 0efaf80 ("arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399") introduced a pinctl for i2s0 in two-channel mode. Commit 91419ae ("arm64: dts: rockchip: use BCLK to GPIO switch on rk3399") modified i2s0 to switch the corresponding pins off when idle. Although an idle pinctrl node was added for i2s0 in 8-channel mode, a similar idle pinctrl node for i2s0 in 2-channel mode was not added. Add it. Fixes: 91419ae ("arm64: dts: rockchip: use BCLK to GPIO switch on rk3399") Signed-off-by: Christopher Obbard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2c68d26 commit 3975e72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,6 +2457,16 @@
24572457
<4 RK_PA0 1 &pcfg_pull_none>;
24582458
};
24592459

2460+
i2s0_2ch_bus_bclk_off: i2s0-2ch-bus-bclk-off {
2461+
rockchip,pins =
2462+
<3 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>,
2463+
<3 RK_PD1 1 &pcfg_pull_none>,
2464+
<3 RK_PD2 1 &pcfg_pull_none>,
2465+
<3 RK_PD3 1 &pcfg_pull_none>,
2466+
<3 RK_PD7 1 &pcfg_pull_none>,
2467+
<4 RK_PA0 1 &pcfg_pull_none>;
2468+
};
2469+
24602470
i2s0_8ch_bus: i2s0-8ch-bus {
24612471
rockchip,pins =
24622472
<3 RK_PD0 1 &pcfg_pull_none>,

0 commit comments

Comments
 (0)