Skip to content

Commit 1ef0aa1

Browse files
Varakala02Shawn Guo
authored andcommitted
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: ae6847f ("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>
1 parent cddeefc commit 1ef0aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
};
142142

143143
&gpio1 {
144-
gpio-line-names = "nINT_ETHPHY", "LED_RED", "WDOG_INT", "X_RTC_INT",
144+
gpio-line-names = "", "LED_RED", "WDOG_INT", "X_RTC_INT",
145145
"", "", "", "RESET_ETHPHY",
146146
"CAN_nINT", "CAN_EN", "nENABLE_FLATLINK", "",
147147
"USB_OTG_VBUS_EN", "", "LED_GREEN", "LED_BLUE";

arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
};
112112

113113
&gpio1 {
114-
gpio-line-names = "nINT_ETHPHY", "", "WDOG_INT", "X_RTC_INT",
114+
gpio-line-names = "", "", "WDOG_INT", "X_RTC_INT",
115115
"", "", "", "RESET_ETHPHY",
116116
"", "", "nENABLE_FLATLINK";
117117
};

0 commit comments

Comments
 (0)