Message ID | 20200424155600.24254-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e565dd298c6bc9f53f0b07d96b019e000777c1fe |
Headers | show |
Series | [1/2] arm64: dts: rockchip: remove #sound-dai-cells from &i2s1 node of rk3399-pinebook-pro.dts | expand |
On Fri, 24 Apr 2020 17:55:59 +0200, Johan Jonker wrote: > The '#sound-dai-cells' property is already defined in rk3399.dtsi > at the 'i2s1' node, so remove it from the '&i2s1' node in > 'rk3399-pinebook-pro.dts'. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> > --- > arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 - > 1 file changed, 1 deletion(-) > > [...] Applied, thanks! [1/2] arm64: dts: rockchip: remove #sound-dai-cells from &i2s1 node of rk3399-pinebook-pro.dts commit: e565dd298c6bc9f53f0b07d96b019e000777c1fe [2/2] arm64: dts: rockchip: remove #sound-dai-cells from &spdif node of rk3399-hugsun-x99.dts commit: de70083cbaabb86c282f421b070b041236ba6f4b Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts index 5ea281b55..b20062890 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts @@ -743,7 +743,6 @@ }; &i2s1 { - #sound-dai-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&i2s_8ch_mclk_gpio>, <&i2s1_2ch_bus>; rockchip,capture-channels = <8>;
The '#sound-dai-cells' property is already defined in rk3399.dtsi at the 'i2s1' node, so remove it from the '&i2s1' node in 'rk3399-pinebook-pro.dts'. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 - 1 file changed, 1 deletion(-)