diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-03-15 20:44:05 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2020-03-16 17:14:04 +0900 |
commit | c9512d564da6dd149d68c2e150c52b9c466f4ccd (patch) | |
tree | 3ca44672665dadedb696de0d9b638247a60f535a /target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch | |
parent | a79386222d79ad286e5e1017060e177c04d272d0 (diff) | |
download | upstream-c9512d564da6dd149d68c2e150c52b9c466f4ccd.tar.gz upstream-c9512d564da6dd149d68c2e150c52b9c466f4ccd.tar.bz2 upstream-c9512d564da6dd149d68c2e150c52b9c466f4ccd.zip |
oxnas: merge Pogoplug V3 DTS patches into one file
As it seeems these patches are for OpenWrt and they are not going to be merged
to mainline, let's merge them to improve maintainability.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch')
-rw-r--r-- | target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch b/target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch deleted file mode 100644 index 8fb1d23088..0000000000 --- a/target/linux/oxnas/patches-5.4/030-led-aliases-on-pogoplug-v3.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts -+++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts -@@ -27,24 +27,28 @@ - serial0 = &uart0; - gpio0 = &gpio0; - gpio1 = &gpio1; -+ led-boot = &led_status; -+ led-failsafe = &led_warn; -+ led-running = &led_act; -+ led-upgrade = &led_warn; - }; - - leds { - compatible = "gpio-leds"; - -- blue { -+ led_status: blue { - label = "pogoplug:blue"; - gpios = <&gpio0 2 0>; - default-state = "keep"; - }; - -- orange { -+ led_warn: orange { - label = "pogoplug:orange"; - gpios = <&gpio1 16 1>; - default-state = "keep"; - }; - -- green { -+ led_act: green { - label = "pogoplug:green"; - gpios = <&gpio1 17 1>; - default-state = "keep"; |