On 17.04.2023 07:33, Devi Priya wrote: > Rename the dts after Reference Design Platform(RDP) to adopt > standard naming convention. > > Signed-off-by: Devi Priya <quic_devipriy@xxxxxxxxxxx> > --- Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > Changes since V9: > - Renamed the Board Device Tree Source to use the RDP numbers > > arch/arm64/boot/dts/qcom/Makefile | 2 +- > .../boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename arch/arm64/boot/dts/qcom/{ipq9574-al02-c7.dts => ipq9574-rdp433.dts} (97%) > > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile > index e0e2def48470..f926e7e1aa7d 100644 > --- a/arch/arm64/boot/dts/qcom/Makefile > +++ b/arch/arm64/boot/dts/qcom/Makefile > @@ -9,7 +9,7 @@ dtb-$(CONFIG_ARCH_QCOM) += ipq6018-cp01-c1.dtb > dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk01.dtb > dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk10-c1.dtb > dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk10-c2.dtb > -dtb-$(CONFIG_ARCH_QCOM) += ipq9574-al02-c7.dtb > +dtb-$(CONFIG_ARCH_QCOM) += ipq9574-rdp433.dtb > dtb-$(CONFIG_ARCH_QCOM) += msm8916-acer-a1-724.dtb > dtb-$(CONFIG_ARCH_QCOM) += msm8916-alcatel-idol347.dtb > dtb-$(CONFIG_ARCH_QCOM) += msm8916-asus-z00l.dtb > diff --git a/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts > similarity index 97% > rename from arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts > rename to arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts > index 2c8430197ec0..2ce8e09e7565 100644 > --- a/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts > +++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) > /* > - * IPQ9574 AL02-C7 board device tree source > + * IPQ9574 RDP433 board device tree source > * > * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved. > * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.