Message ID | 20170824045227.15504-3-jeffy.chen@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am Donnerstag, 24. August 2017, 12:52:22 CEST schrieb Jeffy Chen: > Add rt5514 dsp of_node to codec list for Gru boards. > > Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> applied for 4.15 Second patch needs to wait a bit more for the binding to get accepted. Thanks Heiko
Am Samstag, 9. September 2017, 13:13:01 CEST schrieb Heiko Stuebner: > Am Donnerstag, 24. August 2017, 12:52:22 CEST schrieb Jeffy Chen: > > Add rt5514 dsp of_node to codec list for Gru boards. > > > > Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> > > applied for 4.15 > Second patch needs to wait a bit more for the binding to get accepted. just realized that [PATCH v7 3/7] arm64: dts: rockchip: Update rt5514 devices' compatible for Gru is also part of the 2-patch series adding the compatible, so I don't need to track it here anymore, so nevermind the comment above. Heiko
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index 199a5118b20d..5772c52fbfd3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -514,7 +514,8 @@ sound { compatible = "rockchip,rk3399-gru-sound"; rockchip,cpu = <&i2s0 &i2s2>; - rockchip,codec = <&max98357a &headsetcodec &codec>; + rockchip,codec = <&max98357a &headsetcodec + &codec &wacky_spi_audio>; }; };
Add rt5514 dsp of_node to codec list for Gru boards. Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> --- Changes in v7: None Changes in v6: None Changes in v3: None Changes in v2: None arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)