On Tue, Dec 20, 2022 at 02:28:49PM -0500, Brian Masney wrote: > In preparation for adding the missing SPI and I2C nodes to > sc8280xp.dtsi, it was decided to rename all of the existing qupX_ > uart, spi, and i2c nodes to drop the qupX_ prefix. Let's go ahead > and rename qup2_i2c5 to i2c21. Under the old name, this was the 5th > index under qup2, which starts at index 16. > > Note that some nodes are moved in the file by this patch to preserve > the expected sort order in the file. Additionally, the properties > within the pinctrl state node are sorted to match the expected order > that's typically done in other DTs. > > Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx> > Link: https://lore.kernel.org/lkml/20221212182314.1902632-1-bmasney@xxxxxxxxxx/ > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx>