From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
kernel@pengutronix.de, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] i.MX device tree changes for 5.14
Date: Sun, 13 Jun 2021 16:25:42 +0800 [thread overview]
Message-ID: <20210613082544.16067-4-shawnguo@kernel.org> (raw)
In-Reply-To: <20210613082544.16067-1-shawnguo@kernel.org>
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.14
for you to fetch changes up to 1fac5db35ee91b88b07f6e062b0c2355fe71b289:
ARM: dts: imx6: Add GE B1x5v2 (2021-06-12 12:22:22 +0800)
----------------------------------------------------------------
i.MX device tree changes for 5.14:
- New board support: i.MX6Q DaSheng COM-9XX SBC board, i.MX28 based XEA
board, GE B1x5v2 boards.
- A series from Christoph Niedermaier to correct imx6q-dhcom
descriptions, add device aliases and ethernet VIO regulator.
- Correct Ethernet node name for imx51-digi-connectcore-som and
imx53-ard board to comply DT schema.
- A couple of update on imx6dl-yapp4 board, configuring OLED display
segment offset, and using aliases to set custom MMC device indexes.
- A series from Oleksij Rempel and Robin van der Gracht to update
Protonic boards: imx6dl-prtvt7, imx6dl-plym2m and imx6qdl-vicut1.
- A series from Shengjiu Wang to improve various audio support on NXP
reference boards.
- Rename pinfunc for i.MX25 GPIO_[A-F] pads for consistency.
----------------------------------------------------------------
Christoph Niedermaier (5):
ARM: dts: imx6q-dhcom: Fix ethernet reset time properties
ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems
ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery
ARM: dts: imx6q-dhcom: Add aliases for i2c, serial and rtc
ARM: dts: imx6q-dhcom: Add ethernet VIO regulator
Dillon Min (1):
ARM: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
Fabio Estevam (1):
ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_EIM_D22 from hog group
Geert Uytterhoeven (2):
ARM: dts: i.MX51: digi-connectcore-som: Correct Ethernet node name
ARM: dts: imx53-ard: Correct Ethernet node name
Lukasz Majewski (1):
ARM: dts: imx28: Add DTS description of imx28 based XEA board
Michal Vokáč (2):
ARM: dts: imx6dl-yapp4: Configure the OLED display segment offset
ARM: dts: imx6dl-yapp4: Use aliases to set custom MMC device indexes
Oleksij Rempel (8):
ARM: dts: imx6: edmqmx6: set phy-mode to RGMII-ID
ARM: dts: imx6dl-riotboard: configure PHY clock and set proper EEE value
ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node.
ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties
ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and PRTVT7 boards
ARM: dts: imx6qdl-vicut1: add interrupt-counter nodes
Primoz Fiser (1):
ARM: dts: imx6: phyFLEX: Fix UART hardware flow control
Robin van der Gracht (3):
ARM: dts: imx6dl-prtvt7: Enable the VPU
ARM: dts: imx6dl-prtvt7: The sgtl5000 uses i2s not ac97
ARM: dts: imx6dl-prtvt7: Remove unused 'sound-dai-cells' from ssi1 node
Sebastian Reichel (1):
ARM: dts: imx6: Add GE B1x5v2
Shengjiu Wang (4):
ARM: dts: imx6ul-14x14-evk: Switch to fsl-asoc-card sound card
ARM: dts: imx7d-sdb: Add HDMI audio sound card
ARM: dts: imx6qdl-sabresd: Add asrc support for wm8962 sound card
ARM: dts: imx6qdl-sabresd: Configure the gpio for hp detect
Uwe Kleine-König (1):
ARM: dts: imx25-pinfunc: Fix gpio function name for pads GPIO_[A-F]
arch/arm/boot/dts/Makefile | 9 +-
arch/arm/boot/dts/imx25-pinfunc.h | 12 +-
arch/arm/boot/dts/imx28-lwe.dtsi | 170 ++++++
arch/arm/boot/dts/imx28-xea.dts | 99 ++++
arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi | 2 +-
arch/arm/boot/dts/imx53-ard.dts | 2 +-
arch/arm/boot/dts/imx6dl-b105pv2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b105v2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b125pv2.dts | 30 ++
arch/arm/boot/dts/imx6dl-b125v2.dts | 30 ++
arch/arm/boot/dts/imx6dl-b155v2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi | 413 +++++++++++++++
arch/arm/boot/dts/imx6dl-b1x5v2.dtsi | 58 ++
arch/arm/boot/dts/imx6dl-plym2m.dts | 6 +-
arch/arm/boot/dts/imx6dl-prtvt7.dts | 36 +-
arch/arm/boot/dts/imx6dl-qmx6.dtsi | 612 ++++++++++++++++++++++
arch/arm/boot/dts/imx6dl-riotboard.dts | 2 +
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 3 +
arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 71 ++-
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 2 +-
arch/arm/boot/dts/imx6q-ds.dts | 17 +
arch/arm/boot/dts/imx6qdl-ds.dtsi | 458 ++++++++++++++++
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 5 +-
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 10 +
arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 41 +-
arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi | 1 -
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 50 +-
arch/arm/boot/dts/imx7d-sdb.dts | 7 +
28 files changed, 2173 insertions(+), 69 deletions(-)
create mode 100644 arch/arm/boot/dts/imx28-lwe.dtsi
create mode 100644 arch/arm/boot/dts/imx28-xea.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b105pv2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b105v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b125pv2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b125v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b155v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi
create mode 100644 arch/arm/boot/dts/imx6dl-b1x5v2.dtsi
create mode 100644 arch/arm/boot/dts/imx6dl-qmx6.dtsi
create mode 100644 arch/arm/boot/dts/imx6q-ds.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-ds.dtsi
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
kernel@pengutronix.de, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] i.MX device tree changes for 5.14
Date: Sun, 13 Jun 2021 16:25:42 +0800 [thread overview]
Message-ID: <20210613082544.16067-4-shawnguo@kernel.org> (raw)
Message-ID: <20210613082542.vBZGoBSbNJeoa1eGxmdR9u3l_1oqJuPgqgc138toh9g@z> (raw)
In-Reply-To: <20210613082544.16067-1-shawnguo@kernel.org>
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.14
for you to fetch changes up to 1fac5db35ee91b88b07f6e062b0c2355fe71b289:
ARM: dts: imx6: Add GE B1x5v2 (2021-06-12 12:22:22 +0800)
----------------------------------------------------------------
i.MX device tree changes for 5.14:
- New board support: i.MX6Q DaSheng COM-9XX SBC board, i.MX28 based XEA
board, GE B1x5v2 boards.
- A series from Christoph Niedermaier to correct imx6q-dhcom
descriptions, add device aliases and ethernet VIO regulator.
- Correct Ethernet node name for imx51-digi-connectcore-som and
imx53-ard board to comply DT schema.
- A couple of update on imx6dl-yapp4 board, configuring OLED display
segment offset, and using aliases to set custom MMC device indexes.
- A series from Oleksij Rempel and Robin van der Gracht to update
Protonic boards: imx6dl-prtvt7, imx6dl-plym2m and imx6qdl-vicut1.
- A series from Shengjiu Wang to improve various audio support on NXP
reference boards.
- Rename pinfunc for i.MX25 GPIO_[A-F] pads for consistency.
----------------------------------------------------------------
Christoph Niedermaier (5):
ARM: dts: imx6q-dhcom: Fix ethernet reset time properties
ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems
ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery
ARM: dts: imx6q-dhcom: Add aliases for i2c, serial and rtc
ARM: dts: imx6q-dhcom: Add ethernet VIO regulator
Dillon Min (1):
ARM: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
Fabio Estevam (1):
ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_EIM_D22 from hog group
Geert Uytterhoeven (2):
ARM: dts: i.MX51: digi-connectcore-som: Correct Ethernet node name
ARM: dts: imx53-ard: Correct Ethernet node name
Lukasz Majewski (1):
ARM: dts: imx28: Add DTS description of imx28 based XEA board
Michal Vokáč (2):
ARM: dts: imx6dl-yapp4: Configure the OLED display segment offset
ARM: dts: imx6dl-yapp4: Use aliases to set custom MMC device indexes
Oleksij Rempel (8):
ARM: dts: imx6: edmqmx6: set phy-mode to RGMII-ID
ARM: dts: imx6dl-riotboard: configure PHY clock and set proper EEE value
ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node.
ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties
ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and PRTVT7 boards
ARM: dts: imx6qdl-vicut1: add interrupt-counter nodes
Primoz Fiser (1):
ARM: dts: imx6: phyFLEX: Fix UART hardware flow control
Robin van der Gracht (3):
ARM: dts: imx6dl-prtvt7: Enable the VPU
ARM: dts: imx6dl-prtvt7: The sgtl5000 uses i2s not ac97
ARM: dts: imx6dl-prtvt7: Remove unused 'sound-dai-cells' from ssi1 node
Sebastian Reichel (1):
ARM: dts: imx6: Add GE B1x5v2
Shengjiu Wang (4):
ARM: dts: imx6ul-14x14-evk: Switch to fsl-asoc-card sound card
ARM: dts: imx7d-sdb: Add HDMI audio sound card
ARM: dts: imx6qdl-sabresd: Add asrc support for wm8962 sound card
ARM: dts: imx6qdl-sabresd: Configure the gpio for hp detect
Uwe Kleine-König (1):
ARM: dts: imx25-pinfunc: Fix gpio function name for pads GPIO_[A-F]
arch/arm/boot/dts/Makefile | 9 +-
arch/arm/boot/dts/imx25-pinfunc.h | 12 +-
arch/arm/boot/dts/imx28-lwe.dtsi | 170 ++++++
arch/arm/boot/dts/imx28-xea.dts | 99 ++++
arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi | 2 +-
arch/arm/boot/dts/imx53-ard.dts | 2 +-
arch/arm/boot/dts/imx6dl-b105pv2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b105v2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b125pv2.dts | 30 ++
arch/arm/boot/dts/imx6dl-b125v2.dts | 30 ++
arch/arm/boot/dts/imx6dl-b155v2.dts | 32 ++
arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi | 413 +++++++++++++++
arch/arm/boot/dts/imx6dl-b1x5v2.dtsi | 58 ++
arch/arm/boot/dts/imx6dl-plym2m.dts | 6 +-
arch/arm/boot/dts/imx6dl-prtvt7.dts | 36 +-
arch/arm/boot/dts/imx6dl-qmx6.dtsi | 612 ++++++++++++++++++++++
arch/arm/boot/dts/imx6dl-riotboard.dts | 2 +
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 3 +
arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 71 ++-
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 2 +-
arch/arm/boot/dts/imx6q-ds.dts | 17 +
arch/arm/boot/dts/imx6qdl-ds.dtsi | 458 ++++++++++++++++
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 5 +-
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 10 +
arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 41 +-
arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi | 1 -
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 50 +-
arch/arm/boot/dts/imx7d-sdb.dts | 7 +
28 files changed, 2173 insertions(+), 69 deletions(-)
create mode 100644 arch/arm/boot/dts/imx28-lwe.dtsi
create mode 100644 arch/arm/boot/dts/imx28-xea.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b105pv2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b105v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b125pv2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b125v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b155v2.dts
create mode 100644 arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi
create mode 100644 arch/arm/boot/dts/imx6dl-b1x5v2.dtsi
create mode 100644 arch/arm/boot/dts/imx6dl-qmx6.dtsi
create mode 100644 arch/arm/boot/dts/imx6q-ds.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-ds.dtsi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-06-13 8:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-13 8:25 [GIT PULL 1/6] i.MX drivers update for 5.14 Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 3/6] i.MX dt-bindings update " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` Shawn Guo [this message]
2021-06-13 8:25 ` [GIT PULL 4/6] i.MX device tree changes " Shawn Guo
2021-06-13 8:25 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-13 8:25 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo
2021-06-13 8:25 ` Shawn Guo
2021-06-15 16:00 ` [GIT PULL 1/6] i.MX drivers " patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210613082544.16067-4-shawnguo@kernel.org \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=soc@kernel.org \
--cc=stefan@agner.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.