arm64: dts: imx8qm: Remove adma pwm
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>
Tue, 3 Sep 2024 09:12:27 +0000 (11:12 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 15 Oct 2024 08:07:16 +0000 (16:07 +0800)
There is no adma pwm on iMX8QM, so remove it from the DT. When enabled,
this cause warnings on resource partition ownership check by U-Boot
that receives messages from SCU firmware saying that these resources are
not owned:

Booting using the fdt blob at 0x9d400000
Loading Device Tree to 00000000fd622000, end 00000000fd66efff ... OK
Disable pwm@5a190000 rsrc 188 not owned
Disable clock-controller@5a590000 rsrc 188 not owned

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qm-ss-dma.dtsi

index aa9f28c4431d0249cce852026eda7a9a7cad3ff0..d4856b8590e0c540d69f8919d3cead8bd7c547ba 100644 (file)
@@ -4,6 +4,9 @@
  *     Dong Aisheng <aisheng.dong@nxp.com>
  */
 
+/delete-node/ &adma_pwm;
+/delete-node/ &adma_pwm_lpcg;
+
 &dma_subsys {
        uart4_lpcg: clock-controller@5a4a0000 {
                compatible = "fsl,imx8qxp-lpcg";