On Wed 22 Apr 03:20 PDT 2020, Srinivas Kandagatla wrote: > "direction" property is only valid for asm compressed dais, > so remove it for non compressed dais > > Fixes: 45021d35fcb2 ("arm64: dts: qcom: c630: Enable audio support") > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> Tested-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> Regards, Bjorn > --- > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > index 3b617a75fafa..51a670ad15b2 100644 > --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > @@ -359,12 +359,10 @@ > &q6asmdai { > dai@0 { > reg = <0>; > - direction = <2>; > }; > > dai@1 { > reg = <1>; > - direction = <1>; > }; > }; > > -- > 2.21.0 >