]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:07:43 +0000 (15:07 +0200)
[ Upstream commit 0e49cfe364dea4345551516eb2fe53135a10432b ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx7d-zii-rmu2.dts

index 1065941807e83c8044283e26475bc5cd006c9bc2..ce59342e55aaef01de61c20d91e1671960f5b0a3 100644 (file)
 
 &iomuxc_lpsr {
        pinctrl_enet1_phy_interrupt: enet1phyinterruptgrp {
-               fsl,phy = <
+               fsl,pins = <
                        MX7D_PAD_LPSR_GPIO1_IO02__GPIO1_IO2     0x08
                >;
        };