Hi all, this patch series contains PHYTEC i.MX 6UL/ULL devicetree patches not yet upstreamed. First and second patch add devicetree for relatively new phyGATE Tauri-S, which is based on i.MX 6ULL. Third patch changes USB LDO voltage for i.MX 6UL/ULL phyCORE devices so they match USB Full-speed compliance. The fourth patch moves from using 2 pwm-cell to default 3 cell pwm property. Best regards, Andrej Alexander Bauer (1): ARM: dts: imx6ull: Add support for PHYTEC phyGATE-Tauri-S with i.MX 6ULL Andrej Picej (2): dt-bindings: arm: fsl: add PHYTEC phyGATE Tauri i.MX6 ULL ARM: dts: imx6ul: peb-av-02: move to 3 cell pwm Yunus Bas (1): ARM: dts: imx6ul: phycore: Change USB LDO voltage for usb compliance .../devicetree/bindings/arm/fsl.yaml | 9 + arch/arm/boot/dts/Makefile | 2 + .../boot/dts/imx6ul-phytec-phycore-som.dtsi | 5 + .../dts/imx6ul-phytec-segin-peb-av-02.dtsi | 3 +- .../boot/dts/imx6ull-phytec-tauri-emmc.dts | 20 + .../boot/dts/imx6ull-phytec-tauri-nand.dts | 20 + arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi | 605 ++++++++++++++++++ 7 files changed, 662 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/imx6ull-phytec-tauri-emmc.dts create mode 100644 arch/arm/boot/dts/imx6ull-phytec-tauri-nand.dts create mode 100644 arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi -- 2.25.1