ARM: dts: imx device tree updates for v7.3
[email protected] Wed, 29 Jul 2026 15:20:18 -0400
| Newsgroups | dev.linux.lists.soc,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: [email protected] The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git tags/imx-dt-7.3 for you to fetch changes up to 6db9b23f3c0ebda050a4d38fda2b59db146ca161: ARM: dts: ls1021a-iot: rename display@0 to display0 (2026-07-24 16:43:00 -0400) ---------------------------------------------------------------- ARM: dts: imx device tree updates for v7.3 Cleanup CHECK_DTBS warnings: - Remove undocumented properties (nand-ecc-*, clock-names, default-state) - Rename display@0 to display0 (ls1021a-iot) - Add led suffix to node names (ls1021a-moxa-uc-8410a) - Replace spansion,s25fl164k with jedec,spi-nor (ls1021a-moxa-uc-8410a) - Use ethernet-phy-ieee802.3-c22 compatible string (ls1021a-moxa-uc-8410a) - Rename eim-cs1 node to eim-cs1-bus (imx53-ard) - Add power-supply for LCD panel (ls1021a-twr) - Add fsl,ls1021aqds-fpga compatible string (ls1021a-qds) Fixes: - Change #io-channel-cells to 1 for voltage divider (imx6dl-plym2m) New features: - Describe Bluetooth controller (imx7d-pico) - Add power-supply to PCIe Root Port (imx6sx-sdb, imx6qdl-sabresd) ---------------------------------------------------------------- Frank Li (15): dt-bindings: fsl,fpga-qixis: Add fsl,ls1021aqds-fpga compatible string ARM: dts: ls1021a-qds: add compatible string "fsl,ls1021aqds-fpga" for on boards FPGA chip dt-bindings: soc: imx: Add fsl,eim-bus ARM: dts: imx53-ard: change node name eim-cs1 to eim-cs1-bus ARM: dts: ls1021a-moxa-uc-8410a: add led suffix to fix CHECK_DTBS warnings ARM: dts: ls1021a-twr: add power-supply for lcd panel ARM: dts: ls1021a-moxa-uc-8410a: use compatible string ethernet-phy-ieee802.3-c22 ARM: dts: ls1021a-moxa-uc-8410a: replace spansion,s25fl164k with jedec,spi-nor ARM: dts: ls1021a-moxa-uc-8410a: remove undocument property default-state of gpio-keys ARM: dts: imx6dl-plym2m: change #io-channel-cells to 1 of voltage divider ARM: dts: imx53-smd: remove undocument property clock-names of ovti,ov5642 ARM: dts: imx6ul-isiot: remove undocument property clock-names of fsl,sgtl5000 ARM: dts: imx6ull-engicam-microgea: remove nand-ecc-strength and nand-ecc-step-size dt-bindings: display: imx: Add deprecated property display and display0 ARM: dts: ls1021a-iot: rename display@0 to display0 Krzysztof Kozlowski (1): ARM: dts: nxp: ls: Correct indentation Lech Perczak (1): ARM: dts: imx7d-pico: describe Bluetooth controller Max Merchel (2): ARM: dts: imx6ul-tqma6ul: add nvmem-layout ARM: dts: imx6qdl-tqma6: add nvmem-layout Sherry Sun (2): ARM: dts: imx6qdl-sabresd: Add power supply property to Root Port node ARM: dts: imx6sx-sdb: Add power supply property to Root Port node .../devicetree/bindings/board/fsl,fpga-qixis.yaml | 1 + .../devicetree/bindings/bus/fsl,spba-bus.yaml | 4 ++- .../bindings/display/fsl,ls1021a-dcu.yaml | 22 ++++++++++++++++ arch/arm/boot/dts/nxp/imx/imx53-ard.dts | 2 +- arch/arm/boot/dts/nxp/imx/imx53-smd.dts | 1 - arch/arm/boot/dts/nxp/imx/imx6dl-plym2m.dts | 4 +-- arch/arm/boot/dts/nxp/imx/imx6qdl-sabresd.dtsi | 2 ++ arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi | 10 ++++++++ arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi | 10 ++++++++ arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dtsi | 2 ++ arch/arm/boot/dts/nxp/imx/imx6ul-isiot.dtsi | 1 - .../boot/dts/nxp/imx/imx6ul-tqma6ul-common.dtsi | 10 ++++++++ .../boot/dts/nxp/imx/imx6ull-engicam-microgea.dtsi | 2 -- arch/arm/boot/dts/nxp/imx/imx7d-pico.dtsi | 23 +++++++++++++++++ arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts | 4 +-- arch/arm/boot/dts/nxp/ls/ls1021a-moxa-uc-8410a.dts | 29 +++++++++++----------- arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts | 4 +-- arch/arm/boot/dts/nxp/ls/ls1021a-twr.dts | 3 ++- 18 files changed, 105 insertions(+), 29 deletions(-)