OSDN Git Service

ARM: dts: qcom: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Nov 2022 14:42:09 +0000 (15:42 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 5 Dec 2022 22:29:09 +0000 (16:29 -0600)
The node names should be generic and DT schema expects certain pattern:

  qcom-ipq4018-ap120c-ac.dtb: leds: 'wlan2g', 'wlan5g' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221125144209.477328-2-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-ipq4018-ap120c-ac-bit.dts
arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dts

index cf7da1a..1b27edc 100644 (file)
@@ -9,7 +9,7 @@
        leds {
                compatible = "gpio-leds";
 
-               power {
+               led-power {
                        label = "ap120c-ac:green:power";
                        function = LED_FUNCTION_POWER;
                        color = <LED_COLOR_ID_GREEN>;
                        default-state = "on";
                };
 
-               wlan {
+               led-wlan {
                        label = "ap120c-ac:green:wlan";
                        function = LED_FUNCTION_WLAN;
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
                };
 
-               support {
+               led-support {
                        label = "ap120c-ac:green:support";
                        color = <LED_COLOR_ID_GREEN>;
                        gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
index c4f89b7..a707057 100644 (file)
@@ -7,7 +7,7 @@
        leds {
                compatible = "gpio-leds";
 
-               status: status {
+               status: led-status {
                        label = "ap120c-ac:blue:status";
                        function = LED_FUNCTION_STATUS;
                        color = <LED_COLOR_ID_BLUE>;
@@ -15,7 +15,7 @@
                        default-state = "keep";
                };
 
-               wlan2g {
+               led-wlan2g {
                        label = "ap120c-ac:green:wlan2g";
                        function = LED_FUNCTION_WLAN;
                        color = <LED_COLOR_ID_GREEN>;
@@ -23,7 +23,7 @@
                        linux,default-trigger = "phy0tpt";
                };
 
-               wlan5g {
+               led-wlan5g {
                        label = "ap120c-ac:red:wlan5g";
                        function = LED_FUNCTION_WLAN;
                        color = <LED_COLOR_ID_RED>;