ipq806x: fix dts error in LED color/function conversion

Fix DTS error in LED color/function conversion due to a bug in the
conversion script.

Fixes: 33e7962329 ("ipq806x: convert to new LED color/function format where possible")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-02-07 23:50:48 +01:00
parent 21ca43d28a
commit 07b57c3e80
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,5 @@
#include <dt-bindings/leds/common.h>
#include "qcom-ipq8064-ad7200-c2600.dtsi" #include "qcom-ipq8064-ad7200-c2600.dtsi"
/ { / {
@ -121,6 +123,4 @@
bias-pull-up; bias-pull-up;
}; };
}; };
#include <dt-bindings/leds/common.h>
}; };

View file

@ -1,3 +1,5 @@
#include <dt-bindings/leds/common.h>
#include "qcom-ipq8064-eax500.dtsi" #include "qcom-ipq8064-eax500.dtsi"
/ { / {
@ -121,6 +123,4 @@
qcom,poll_required = <0>; /* no polling */ qcom,poll_required = <0>; /* no polling */
qcom,rgmii_delay = <0>; qcom,rgmii_delay = <0>;
qcom,emulation = <0>; qcom,emulation = <0>;
#include <dt-bindings/leds/common.h>
}; };