diff options
Diffstat (limited to 'sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts')
-rw-r--r-- | sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts b/sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts index 8b93f5c781a70..a10281b455f50 100644 --- a/sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts +++ b/sys/gnu/dts/arm/sun8i-h3-orangepi-pc-plus.dts @@ -53,6 +53,11 @@ }; }; +&emac { + /* LEDs changed to active high on the plus */ + /delete-property/ allwinner,leds-active-low; +}; + &mmc1 { pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins_a>; |