This patch series adds the i2c and spi nodes that are missing on the sc8280xp platform and cleans up the existing nodes. Since I am already making changes to sc8280xp.dtsi in this series, I also included a change to enable the rng node for this platform as well. Note that this series needs to be applied on top of: [PATCH v5] arm64: dts: qcom: sa8540p-ride: enable pcie2a node https://lore.kernel.org/lkml/20221213095922.11649-1-quic_shazhuss@xxxxxxxxxxx/ Changes from v3 to v4: - Move the #address-cells and #size-cells properties below the reg properties. I also updated the DTS binding examples. (Johan) - Add missing power-domains property to spi nodes (Johan) - Collected R-b and T-b tags. Steev: You added your T-b to the cover letter of the v3 series. I only applied your T-b tag to two of the patches in this version that were appicable to your x13s i2c test. - Introduce patch 9 that adds aliases for i2c4 and i2c21 to x13s and crd DTS files Changes from v2 to v3: - Reordered rng node in patch 7 so that it's sorted correctly by address - Since I respun the series, I made Konrad's sort order suggestion to the state nodes since I'm making changes here. - Collected R-b and T-b tags. Brian Masney (10): dt-bindings: qcom,*-geni: move #{address,size}-cells on i2c/spi nodes arm64: dts: qcom: sc8280xp: move #{address,size}-cells on i2c nodes arm64: dts: qcom: sc8280xp: rename qup2_uart17 to uart17 arm64: dts: qcom: sc8280xp: rename qup2_i2c5 to i2c21 arm64: dts: qcom: sc8280xp: rename qup0_i2c4 to i2c4 arm64: dts: qcom: sc8280xp: add missing i2c nodes arm64: dts: qcom: sc8280xp: add missing spi nodes arm64: dts: qcom: sa8540p-ride: add i2c nodes arm64: dts: qcom: sc8280xp: add aliases for i2c4 and i2c21 arm64: dts: qcom: sc8280xp: add rng device tree node .../bindings/i2c/qcom,i2c-geni-qcom.yaml | 4 +- .../bindings/soc/qcom/qcom,geni-se.yaml | 4 +- .../bindings/spi/qcom,spi-geni-qcom.yaml | 8 +- arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 12 +- arch/arm64/boot/dts/qcom/sa8540p-ride.dts | 91 ++- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 162 ++-- .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 183 ++--- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 749 +++++++++++++++++- 8 files changed, 1022 insertions(+), 191 deletions(-) -- 2.39.0