mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
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:
parent
21ca43d28a
commit
07b57c3e80
@ -1,3 +1,5 @@
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
#include "qcom-ipq8064-ad7200-c2600.dtsi"
|
||||
|
||||
/ {
|
||||
@ -121,6 +123,4 @@
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
};
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
#include "qcom-ipq8064-eax500.dtsi"
|
||||
|
||||
/ {
|
||||
@ -121,6 +123,4 @@
|
||||
qcom,poll_required = <0>; /* no polling */
|
||||
qcom,rgmii_delay = <0>;
|
||||
qcom,emulation = <0>;
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user