On 06/02/2023 17:16, Srinivasa Rao Mandadapu wrote: > Split common idp dtsi file into audio specific dtsi and common > idp dtsi file. > > It is required to isolate idp and crd-rev3 platform device tree nodes > and convert crd-rev3 platform device tree nodes into audioreach specific > device tree nodes. > > Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx> > Tested-by: Mohammad Rafi Shaik <quic_mohs@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7280-audio-idp.dtsi | 135 +++++++++++++++++++++++++ > arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts | 1 + > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 126 ----------------------- > 3 files changed, 136 insertions(+), 126 deletions(-) Actually you need to rebase on latest Bjorn's tree or linux-next as few properties were removed, so you need to remove them from sc7280-audio-idp.dtsi: https://lore.kernel.org/all/20230119122205.73372-2-krzysztof.kozlowski@xxxxxxxxxx/ Best regards, Krzysztof