[GIT PULL 4/6] i.MX device tree change for 5.13
Shawn Guo
shawnguo at kernel.org
Wed Mar 31 05:10:17 BST 2021
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.13
for you to fetch changes up to 45b78dd39f04f6198f8e2e9fe9d155a5e8326aab:
ARM: dts: imx6: pbab01: Set USB OTG port to peripheral (2021-03-30 16:33:16 +0800)
----------------------------------------------------------------
i.MX device tree change for 5.13:
- New board support: i.MX7D based reMarkable2.
- Clean up imx6ql-pfla02 hog group by moving pins into corresponded
client groups.
- Add Netronix embedded controller for imx50-kobo-aura.
- A series from Sebastian Reichel to improve GE Bx50v3 device trees.
- Support I2C bus recovery for imx6qdl-wandboard by adding SCL/SDA
GPIOs.
- Remove unnecessary #address-cells/#size-cells from imx6qdl-gw boards.
- Various small and random device tree update.
----------------------------------------------------------------
Alexander Shiyan (3):
ARM: dts: imx6qdl-ts7970: Drop redundant "fsl,mode" option
ARM: dts: imx6qdl-phytec-pbab01: Select synchronous mode for AUDMUX
ARM: dts: imx6ql-pfla02: Move "hog" pins into corresponded pin groups
Alistair Francis (1):
ARM: imx7d-remarkable2: Initial device tree for reMarkable2
Andreas Kemnade (1):
ARM: dts: imx6sl-tolino-shine2hd: Add Netronix embedded controller
Dima Azarkin (1):
ARM: dts: imx6qdl-wandboard: add scl/sda gpios definitions for i2c bus recovery
Fabio Estevam (3):
ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin
ARM: dts: imx6dl-plybas: Fix gpio-keys W=1 warnings
ARM: dts: imx7d-mba7: Remove unsupported PCI properties
Horia Geantă (1):
ARM: dts: ls1021a: mark crypto engine dma coherent
Ian Ray (1):
ARM: dts: imx: bx50v3: Define GPIO line names
Jonathan Neuschäfer (1):
ARM: dts: imx50-kobo-aura: Add Netronix embedded controller
Philippe Schenker (1):
ARM: dts: colibri-imx6ull: Change drive strength for usdhc2
Sebastian Reichel (4):
ARM: dts: imx: Mark IIM as syscon on i.MX51/i.MX53
ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO
ARM: dts: imx6q-ba16: improve PHY information
ARM: dts: imx: bx50v3: i2c GPIOs are open drain
Serge Semin (1):
ARM: dts: ls1021a: Harmonize DWC USB3 DT nodes name
Stefan Riedmueller (2):
ARM: dts: imx6: pfla02: Fix USB vbus enable pinmuxing
ARM: dts: imx6: pbab01: Set USB OTG port to peripheral
Tim Harvey (1):
ARM: dts: imx6qdl-gw*: Remove unnecessary #address-cells/#size-cells
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx50-kobo-aura.dts | 16 ++-
arch/arm/boot/dts/imx51.dtsi | 2 +-
arch/arm/boot/dts/imx53-qsb-common.dtsi | 2 +
arch/arm/boot/dts/imx53.dtsi | 2 +-
arch/arm/boot/dts/imx6dl-plybas.dts | 6 +-
arch/arm/boot/dts/imx6q-b450v3.dts | 5 +
arch/arm/boot/dts/imx6q-b650v3.dts | 5 +
arch/arm/boot/dts/imx6q-b850v3.dts | 5 +
arch/arm/boot/dts/imx6q-ba16.dtsi | 21 ++++
arch/arm/boot/dts/imx6q-bx50v3.dtsi | 12 +--
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw560x.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5903.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5907.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5910.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5912.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-gw5913.dtsi | 2 -
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 6 +-
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 38 +++----
arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 1 -
arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 24 ++++-
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 7 +-
arch/arm/boot/dts/imx6ull-colibri.dtsi | 12 +--
arch/arm/boot/dts/imx7d-mba7.dts | 2 -
arch/arm/boot/dts/imx7d-remarkable2.dts | 146 +++++++++++++++++++++++++++
arch/arm/boot/dts/ls1021a.dtsi | 3 +-
32 files changed, 270 insertions(+), 70 deletions(-)
create mode 100644 arch/arm/boot/dts/imx7d-remarkable2.dts
More information about the linux-arm-kernel
mailing list