On 16/11/2022 09:10, Krzysztof Kozlowski wrote: > On 15/11/2022 18:02, Srinivas Kandagatla wrote: >> Add LPASS Codecs along with SoundWire controller for TX, RX, WSA and VA macros >> along with LPASS LPI pinctrl node. >> >> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> >> --- >> arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 324 +++++++++++++++++++++++++ >> 1 file changed, 324 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi >> index e3cdd8bccb0c..a87d58bee1e0 100644 >> --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi >> +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi >> @@ -11,6 +11,7 @@ >> #include <dt-bindings/mailbox/qcom-ipcc.h> >> #include <dt-bindings/power/qcom-rpmpd.h> >> #include <dt-bindings/soc/qcom,rpmh-rsc.h> >> +#include <dt-bindings/sound/qcom,q6afe.h> >> #include <dt-bindings/thermal/thermal.h> >> #include <dt-bindings/soc/qcom,gpr.h> >> >> @@ -1115,6 +1116,9 @@ usb_2_ssphy1: phy@88f1e00 { >> }; >> }; >> >> + sound: sound { >> + }; > > sound node is not part of SoC. > To clarify - I meant to put it outside of soc node. Best regards, Krzysztof