diff options
| author | Rosen Penev <rosenp@gmail.com> | 2026-03-19 06:53:20 +0300 |
|---|---|---|
| committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2026-03-21 02:57:30 +0300 |
| commit | a4311aede88e8f1a5d606ce239aea9314813786f (patch) | |
| tree | b2eb24379158910d100cb3ef737944b4f28eff92 | |
| parent | 977707168d5444947f4f0ff21dffa5645a6d80bd (diff) | |
| download | linux-a4311aede88e8f1a5d606ce239aea9314813786f.tar.xz | |
ARM: dts: BCM5301X: EA9200: add USB GPIOs
Allows at least halt to turn the USB ports off.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20260319035324.269905-3-rosenp@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
| -rw-r--r-- | arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts index dfbe16d9f354..a579c372d404 100644 --- a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts +++ b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts @@ -58,6 +58,14 @@ status = "okay"; }; +&usb2 { + vcc-gpios = <&chipcommon 13 GPIO_ACTIVE_HIGH>; +}; + +&usb3 { + vcc-gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>; +}; + &srab { status = "okay"; |
