diff options
| author | Cem Tenruh <c.tenruh@phytec.de> | 2023-09-06 12:08:55 +0200 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2023-09-25 09:35:35 +0800 |
| commit | 596f0a692be3cfbc74bb27706b0f45fdaf022857 (patch) | |
| tree | 59e6427d0b197b8d460a434321a0ba1aaf8239eb | |
| parent | f5faa633daf83efa30c9a780a51e39e8f92e12d7 (diff) | |
arm64: dts: imx8mp-phycore-som: Add gpio-line-names
Add gpio-line-names to the imx8mp-phycore-som devicetree.
Signed-off-by: Cem Tenruh <c.tenruh@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi index d8df97060e8f..c976c3b6cbc6 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi @@ -199,6 +199,19 @@ status = "okay"; }; +&gpio1 { + gpio-line-names = "", "", "X_PMIC_WDOG_B", "", + "", "", "", "", "", "", + "", "", "", "", "", "X_nETHPHY_INT"; +}; + +&gpio4 { + gpio-line-names = "", "", "", "", + "", "", "", "", "", "", + "", "", "", "", "", "", + "", "", "X_PMIC_IRQ_B"; +}; + &iomuxc { pinctrl_fec: fecgrp { fsl,pins = < |
