From: Arne Fitzenreiter Date: Mon, 5 Mar 2018 10:30:33 +0000 (+0100) Subject: sunxi: dt: IPFire changes for nanopi X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aad64b51d6e4067eba1b814155ee80a59d431b48;p=people%2Fms%2Flinux.git sunxi: dt: IPFire changes for nanopi enable all usb change led trigger Signed-off-by: Arne Fitzenreiter --- diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi index cf8413fba6c1..a7dc91c192e7 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi +++ b/arch/arm/boot/dts/sun8i-h3-nanopi.dtsi @@ -63,13 +63,14 @@ led-0 { label = "nanopi:blue:status"; gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>; - linux,default-trigger = "heartbeat"; + linux,default-trigger = "mmc0"; }; led-1 { label = "nanopi:green:pwr"; gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; default-state = "on"; + linux,default-trigger = "heartbeat"; }; }; @@ -85,6 +86,14 @@ }; }; +&ehci1 { + status = "okay"; +}; + +&ehci2 { + status = "okay"; +}; + &ehci3 { status = "okay"; }; @@ -96,6 +105,14 @@ vmmc-supply = <®_vcc3v3>; }; +&ohci1 { + status = "okay"; +}; + +&ohci2 { + status = "okay"; +}; + &ohci3 { status = "okay"; };