diff options
author | Matthias Kaehlcke <[email protected]> | 2022-08-26 08:48:27 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-08-29 17:25:15 -0500 |
commit | 643d05163e3a18f224e4e1a80de09b2b74e1d249 (patch) | |
tree | 4d25bfba966069e975035e6e5f34b38498258e55 | |
parent | 144fbd028fdec2deeb3b99d5e60dbf3167950ebe (diff) |
arm64: dts: qcom: sc7280-herobrine: Don't enable the USB 2.0 port
The USB 2.0 port of sc7280 is currently not used by any herobrine
board. Delete the device tree entries that enable it.
Signed-off-by: Matthias Kaehlcke <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/20220826084813.1.I8c9a771fcf4d1cfb6e8e0ef17a153143af9a644d@changeid
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi index 59197acde13a..45f6a1e1002e 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi @@ -606,18 +606,6 @@ ap_ec_spi: &spi10 { status = "okay"; }; -&usb_2 { - status = "okay"; -}; - -&usb_2_dwc3 { - dr_mode = "host"; -}; - -&usb_2_hsphy { - status = "okay"; -}; - /* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */ &dp_hot_plug_det { |