summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2025-04-30 12:41:50 +0300
committerShawn Guo <shawnguo@kernel.org>2025-05-09 17:41:35 +0300
commit707bf92e4bc2b036d5f4c57cd1025872c9533c7e (patch)
treec4e57016eeeb69db75f0a60a0d990171c865d47d
parent8161827fb80c7f6f6ac8abffedcfdd3a42e13d2b (diff)
downloadlinux-707bf92e4bc2b036d5f4c57cd1025872c9533c7e.tar.xz
arm64: dts: freescale: imx8mp-toradex-smarc: use generic gpio node name
Use generic node name for the SoM GPIO expander, following the Devicetree Specification generic node names recommendation. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi
index 0cd04c3c96bb..22f6daabdb90 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi
@@ -434,7 +434,7 @@
single-master;
status = "okay";
- som_gpio_expander: gpio-expander@21 {
+ som_gpio_expander: gpio@21 {
compatible = "nxp,pcal6408";
reg = <0x21>;
pinctrl-names = "default";