Fourth version for the initial support for the SoM phyCORE-i.MX8MP and the carrier board phyBOARD-Pollux. Changes in v4: - resolved defconfig conflict adding PCA9532 during rebase to v5.11-rc2 - removed unneeded status properties in device trees - removed upstream not available i2c rtc property - fixed i2c rtc trickle-resistor value Changes in v3: - removed deprecated led label property - added Reviewed-by and Acked-by tags Changes in v2: - add rv3028 as module instead of buildin in defconfig - updated commit message of rv3028 accordingly - changed entries of device tree binding documentation to "const" and fixed order - fixed led dimmer node name - removed rtc clock node - fixed pmic node name - removed reg entries in pmic regulator nodes - removed clock entry from rtc node - moved muxing of enable gpio for sd-card regulator to the proper node - squashed imx8mp-phyboard-pollux.dtsi into imx8mp-phyboard-pollux-rdk.dts Teresa Teresa Remmet (4): arm64: defconfig: Enable rv3028 i2c rtc driver arm64: defconfig: Enable PCA9532 support bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP Documentation/devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 161 +++++++++++ .../boot/dts/freescale/imx8mp-phycore-som.dtsi | 293 +++++++++++++++++++++ arch/arm64/configs/defconfig | 2 + 5 files changed, 463 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi -- 2.7.4