From: Shaohui Xie <Shaohui.Xie@xxxxxxx> This patchest adds support for QorIQ LS1046A SoC which is based on ARMv8 architecture, also adds LS1046A-RDB and LS1046A-QDS board support. Also, updates bindings for SoC-specific devices SCFG and DCFG, I2C devices, qoriq-clock and ahci-fsl-qoriq. Mingkai Hu (2): arm64: dts: add QorIQ LS1046A SoC support arm64: dts: add LS1046A-RDB board support Shaohui Xie (8): dt-bindings: fsl: update for more SoCs dt-bindings: fsl: updates bindings for some SoC-specific devices dt-bindings: i2c: adds two more nxp devices dt-bindings: qoriq-clock: update for more SoCs dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a Documentation: DT: Add entry for QorIQ LS1046A-RDB board Documentation: DT: Add entry for QorIQ LS1046A-QDS board arm64: dts: add LS1046A-QDS board support Documentation/devicetree/bindings/arm/fsl.txt | 34 +- .../devicetree/bindings/ata/ahci-fsl-qoriq.txt | 2 +- .../devicetree/bindings/clock/qoriq-clock.txt | 3 + .../devicetree/bindings/i2c/trivial-devices.txt | 2 + arch/arm64/boot/dts/freescale/Makefile | 2 + arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 212 +++++++++ arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 150 ++++++ arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 515 +++++++++++++++++++++ 8 files changed, 916 insertions(+), 4 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi -- 2.1.0.27.g96db324 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html