]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 28 Aug 2024 09:56:36 +0000 (11:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 1 Sep 2024 09:45:19 +0000 (17:45 +0800)
There is no "fsl,phy" property in pin controller pincfg nodes:

  imx7d-zii-rmu2.dtb: pinctrl@302c0000: enet1phyinterruptgrp: 'fsl,pins' is a required property
  imx7d-zii-rmu2.dtb: pinctrl@302c0000: enet1phyinterruptgrp: 'fsl,phy' does not match any of the regexes: 'pinctrl-[0-9]+'

Fixes: f496e6750083 ("ARM: dts: Add ZII support for ZII i.MX7 RMU2 board")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7d-zii-rmu2.dts

index 521493342fe972812c0947bccc10819b536a4f71..8f5566027c25a225b78d6cc11a0151df01ee8767 100644 (file)
 
 &iomuxc_lpsr {
        pinctrl_enet1_phy_interrupt: enet1phyinterruptgrp {
-               fsl,phy = <
+               fsl,pins = <
                        MX7D_PAD_LPSR_GPIO1_IO02__GPIO1_IO2     0x08
                >;
        };