diff options
| author | Ye Li <[email protected]> | 2026-06-18 09:19:36 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 11:27:02 -0300 |
| commit | 573b03317aab3529bd813ef5259cd84c98edb52d (patch) | |
| tree | 89939c2caecb5aa3e11444272341cb46b4c67a1e | |
| parent | ae31cc745bcb4775b7d8e17a73a3d09f137c9d22 (diff) | |
arm: dts: imx943-evk: Add label for gpio expander devices
Because the i2c address of some gpio expander devices are same, so
in dts they have same node name which lead to same gpio device name.
Users can't get the GPIO through GPIO API or GPIO command.
Add the label to each gpio expander node, hence give unique name.
Signed-off-by: Ye Li <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx943-evk-u-boot.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/imx943-evk-u-boot.dtsi b/arch/arm/dts/imx943-evk-u-boot.dtsi index 3b3619d2232..635a3042fdd 100644 --- a/arch/arm/dts/imx943-evk-u-boot.dtsi +++ b/arch/arm/dts/imx943-evk-u-boot.dtsi @@ -272,3 +272,31 @@ &pinctrl_usdhc2_gpio { bootph-pre-ram; }; + +&pcal6416_i2c3_u46 { + label = "u46"; +}; + +&pcal6416_i2c3_u171 { + label = "u171"; +}; + +&pcal6416_i2c3_u48 { + label = "u48"; +}; + +&pcal6408_i2c3_u172 { + label = "u172"; +}; + +&pcal6416_i2c6_u50 { + label = "u50"; +}; + +&pcal6408_i2c6_u170 { + label = "u170"; +}; + +&pcal6416_i2c6_u44 { + label = "u44"; +}; |
