Re: [PATCH v3 00/14] arm64: dts: imx8mm-kontron: DT updates

From: Shawn Guo
Date: Wed Dec 13 2023 - 04:31:49 EST


On Wed, Dec 06, 2023 at 03:41:03PM +0100, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>
...
> arch/arm64/boot/dts/freescale/Makefile | 4 +
> .../dts/freescale/imx8mm-kontron-bl-osm-s.dts | 295 +++------
> .../boot/dts/freescale/imx8mm-kontron-bl.dts | 198 +++++-
> .../boot/dts/freescale/imx8mm-kontron-dl.dtso | 201 +++++++
> .../dts/freescale/imx8mm-kontron-osm-s.dtsi | 567 +++++++++++++++++-
> .../boot/dts/freescale/imx8mm-kontron-sl.dtsi | 4 +-
> 6 files changed, 1035 insertions(+), 234 deletions(-)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso

A couple of things:

- I have to use 'git am -3' apply some of the patches. Could you rebase
the series on imx/dt64 branch?

- There are a few DTC warnings that need to be addressed.

../arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts:235.34-238.7: Warning (graph_endpoint): /soc@0/bus@30800000/i2c@30a40000/bridge@2c/ports/port@0/endpoint: graph connection to node '/soc@0/bus@32c00000/dsi@32e10000/ports/port@1/endpoint' is not bidirectional

arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtbo: Warning (graph_port): /fragment@3: graph port node name should be 'port'
../arch/arm64/boot/dts/freescale/imx8mm-kontron-dl.dtso:61.17-63.3: Warning (graph_endpoint): /fragment@3/__overlay__: graph endpoint node name should be 'endpoint'

Shawn