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. The third patch moves from using 2 pwm-cell to default 3 cell pwm property. Changes in v2: - dropped the patch: "ARM: dts: imx6ul: phycore: Change USB LDO voltage for usb compliance" (LDO regulator shouldn't be configured as always-on, it should be enabled/disabled by consumer), - other changes are described in the corresponding patches. 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 .../devicetree/bindings/arm/fsl.yaml | 9 + arch/arm/boot/dts/Makefile | 2 + .../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 | 588 ++++++++++++++++++ 6 files changed, 640 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