diff options
author | Yashwanth Varakala <y.varakala@phytec.de> | 2023-06-16 11:50:09 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-07-18 09:53:42 +0800 |
commit | 1ef0aa137a96c5f0564f2db0c556a4f0f60ce8f5 (patch) | |
tree | 8963d6642029aace98a380c45d6e5af5bceb332a /arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | |
parent | cddeefc1663294fb74b31ff5029a83c0e819ff3a (diff) |
arm64: dts: phycore-imx8mm: Correction in gpio-line-names
Remove unused nINT_ETHPHY entry from gpio-line-names in gpio1 nodes of
phyCORE-i.MX8MM and phyBOARD-Polis-i.MX8MM devicetrees.
Fixes: ae6847f26ac9 ("arm64: dts: freescale: Add phyBOARD-Polis-i.MX8MM support")
Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: Cem Tenruh <c.tenruh@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi index 2dd179ec923d..847f08537b48 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi @@ -111,7 +111,7 @@ }; &gpio1 { - gpio-line-names = "nINT_ETHPHY", "", "WDOG_INT", "X_RTC_INT", + gpio-line-names = "", "", "WDOG_INT", "X_RTC_INT", "", "", "", "RESET_ETHPHY", "", "", "nENABLE_FLATLINK"; }; |