diff options
Diffstat (limited to 'arch/mips/dts/gardena-smart-gateway-mt7688.dts')
-rw-r--r-- | arch/mips/dts/gardena-smart-gateway-mt7688.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/dts/gardena-smart-gateway-mt7688.dts b/arch/mips/dts/gardena-smart-gateway-mt7688.dts index 95675a3947..fc1f5e93dd 100644 --- a/arch/mips/dts/gardena-smart-gateway-mt7688.dts +++ b/arch/mips/dts/gardena-smart-gateway-mt7688.dts @@ -85,6 +85,15 @@ }; }; +&pinctrl { + state_default: pin_state { + p0led { + groups = "p0led_a"; + function = "led"; + }; + }; +}; + &uart0 { status = "okay"; }; @@ -109,3 +118,7 @@ reg = <1>; }; }; + +ð { + mediatek,poll-link-phy = <0>; +}; |