Re: [PATCH v5 7/7] arm64: dts: qcom: Add device tree for IQ10 RRD board

From: Shawn Guo

Date: Tue Jul 14 2026 - 08:22:12 EST


On Sun, Jul 12, 2026 at 10:15:52AM -0500, Bjorn Andersson wrote:
> On Thu, Jul 09, 2026 at 09:20:13PM +0800, Shawn Guo wrote:
> > Add initial device tree for the Qualcomm IQ10 RRD board, which is built
>
> I think this is the first time we see this new TLA, please provide its
> expansion as well.

Sure, will do.

> > on Nord Embedded variant. Enable the debug UART, UFS storage, PMICs,
> > I2C and SPI.
> >
> > Co-developed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/Makefile | 1 +
> > arch/arm64/boot/dts/qcom/iq10-rrd.dts | 588 ++++++++++++++++++++++++++
>
> I want all Nord-based boards prefixed with "nord-". I shouldn't have to
> open the file and look at the includes to figure out which family it
> relates to.

Ok, will do renames:

sa8797p-ride.dts -> nord-ride.dts
iq10-rrd.dts -> nord-rrd.dts

> > 2 files changed, 589 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/qcom/iq10-rrd.dts
> >
> > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
> > index 8e6ef4116146..75d29d602e77 100644
> > --- a/arch/arm64/boot/dts/qcom/Makefile
> > +++ b/arch/arm64/boot/dts/qcom/Makefile
> > @@ -40,6 +40,7 @@ dtb-$(CONFIG_ARCH_QCOM) += ipq9574-rdp449.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += ipq9574-rdp453.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += ipq9574-rdp454.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += ipq9650-rdp488.dtb
> > +dtb-$(CONFIG_ARCH_QCOM) += iq10-rrd.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += kaanapali-mtp.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += kaanapali-qrd.dtb
> > dtb-$(CONFIG_ARCH_QCOM) += lemans-evk.dtb
> > diff --git a/arch/arm64/boot/dts/qcom/iq10-rrd.dts b/arch/arm64/boot/dts/qcom/iq10-rrd.dts
> > new file mode 100644
> > index 000000000000..39d254b49c14
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/qcom/iq10-rrd.dts
> > @@ -0,0 +1,588 @@
> > +// SPDX-License-Identifier: BSD-3-Clause
> > +/*
> > + * Copyright (c) 2024-2025, Qualcomm Innovation Center, Inc. All rights reserved.
>
> What?!

Sorry, will fix.

Shawn