treewide: enable-gpio to enable-gpios

The former is deprecated. Fixes dtc warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20116
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2025-10-06 13:28:44 -07:00 committed by Robert Marko
parent c186d17fa5
commit 1ab12d5d8c
5 changed files with 5 additions and 5 deletions

View File

@ -330,7 +330,7 @@
compatible = "ti,lp55231";
reg = <0x32>;
clock-mode = /bits/ 8 <0>;
enable-gpio = <&tlmm 1 GPIO_ACTIVE_HIGH>;
enable-gpios = <&tlmm 1 GPIO_ACTIVE_HIGH>;
#address-cells = <1>;
#size-cells = <0>;

View File

@ -9,5 +9,5 @@
};
&tricolor {
enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
enable-gpios = <&tlmm 48 GPIO_ACTIVE_HIGH>;
};

View File

@ -9,5 +9,5 @@
};
&tricolor {
enable-gpio = <&tlmm 14 GPIO_ACTIVE_LOW>;
enable-gpios = <&tlmm 14 GPIO_ACTIVE_LOW>;
};

View File

@ -34,7 +34,7 @@
compatible = "ubnt,ledbar";
reg = <0x30>;
enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>;
enable-gpios = <&pio 59 GPIO_ACTIVE_LOW>;
reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
red {

View File

@ -169,7 +169,7 @@
compatible = "ubnt,ledbar";
reg = <0x30>;
enable-gpio = <&gpio 44 GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
led-count = <8>;