diff options
| author | Stefano Radaelli <stefano.r@variscite.com> | 2025-12-05 19:22:54 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-12-30 10:57:07 +0800 |
| commit | 8071668e66e523f36ea57b22f00a73ae63afc5f7 (patch) | |
| tree | 503b4cde24dbffd3cd8f826347c0163e52d9b5fe | |
| parent | e4d60417f6f654bc5d3e0b074f48983861007d47 (diff) | |
| download | linux-8071668e66e523f36ea57b22f00a73ae63afc5f7.tar.gz linux-8071668e66e523f36ea57b22f00a73ae63afc5f7.zip | |
arm64: dts: imx93-var-som-symphony: Update gpio aliases
This patch introduces 2 simple aliases:
Add a gpio3->gpio4 alias to allow flexible access to these GPIOs
Add a gpio4 alias for the PCA9534 GPIO expander.
Signed-off-by: Stefano Radaelli <stefano.r@variscite.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts b/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts index c789c1f24bdc..00bdd3b91fdc 100644 --- a/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts +++ b/arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts @@ -20,6 +20,8 @@ gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; + gpio3 = &gpio4; + gpio4 = &pca9534; i2c0 = &lpi2c1; i2c1 = &lpi2c2; i2c2 = &lpi2c3; |
