]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx943-evk: Add label for gpio expander devices
authorYe Li <ye.li@nxp.com>
Thu, 18 Jun 2026 01:19:36 +0000 (09:19 +0800)
committerFabio Estevam <festevam@gmail.com>
Mon, 27 Jul 2026 14:27:02 +0000 (11:27 -0300)
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 <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx943-evk-u-boot.dtsi

index 3b3619d2232792edc1567fde2305a81f07a18d2b..635a3042fddc599f1fc5b5733207695340cf8b55 100644 (file)
 &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";
+};