소스 검색

bcm63xx: HG622: enable LAN LEDs

The Huawei Echolife HG622 has hardware controlled LAN LEDs.

Add the ephy led pinctrl to let the router show LAN activity on these
LEDs.

Signed-off-by: Daniel González Cabanelas <[email protected]>
Daniel González Cabanelas 5 년 전
부모
커밋
2c3bdef4bd
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      target/linux/bcm63xx/dts/bcm6368-huawei-echolife-hg622.dts

+ 3 - 1
target/linux/bcm63xx/dts/bcm6368-huawei-echolife-hg622.dts

@@ -86,7 +86,9 @@
 
 
 &pinctrl {
 &pinctrl {
 	pinctrl-names = "default";
 	pinctrl-names = "default";
-	pinctrl-0 = <&pinctrl_pci_gnt0 &pinctrl_pci_req0
+	pinctrl-0 = <&pinctrl_ephy0_led &pinctrl_ephy1_led
+		     &pinctrl_ephy2_led &pinctrl_ephy3_led
+		     &pinctrl_pci_gnt0 &pinctrl_pci_req0
 		     &pinctrl_pci_intb &pinctrl_pci_gnt1
 		     &pinctrl_pci_intb &pinctrl_pci_gnt1
 		     &pinctrl_pci_req1>;
 		     &pinctrl_pci_req1>;
 };
 };