mbox series

[0/4] i.MX7S/D DT fixes

Message ID 20231012081556.2723552-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series i.MX7S/D DT fixes | expand

Message

Alexander Stein Oct. 12, 2023, 8:15 a.m. UTC
Hi,

these patches fixes soc-DT related warnings generated from
$ make CHECK_DTBS=y nxp/imx/imx7d-mba7.dtb

The warning from patch is only visible after applying patch [1].

Best regards,
Alexander

[1] https://lore.kernel.org/linux-arm-kernel/20231012080033.2715241-1-alexander.stein@ew.tq-group.com/T/#m73e5de5eecebc06195911078621e25c74802240d

Alexander Stein (4):
  ARM: dts: imx7d: Fix coresight funnel ports
  ARM: dts: imx7s: Fix lcdif compatible
  ARM: dts: imx7s: Fix nand-controller #size-cells
  ARM: dts: imx7s: Add missing #thermal-sensor-cells

 arch/arm/boot/dts/nxp/imx/imx7d.dtsi |  3 ---
 arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 11 ++++++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

Comments

Shawn Guo Nov. 27, 2023, 1:49 a.m. UTC | #1
On Thu, Oct 12, 2023 at 10:15:52AM +0200, Alexander Stein wrote:
> Alexander Stein (4):
>   ARM: dts: imx7d: Fix coresight funnel ports
>   ARM: dts: imx7s: Fix lcdif compatible
>   ARM: dts: imx7s: Fix nand-controller #size-cells
>   ARM: dts: imx7s: Add missing #thermal-sensor-cells

Applied all, thanks!