mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add register entry to ssusb in kalama (take 2)
This reverts commit2a06645426. AC policy is now in place, so add back the TCSR register from commit3ef16e7b2a("ARM: dts: msm: Add register entry to ssusb in kalama"). Change-Id: I93e87957b90df2d795c535eb6cb0c482974fb978
This commit is contained in:
committed by
Ronak Vijay Raheja
parent
db1ae5d7df
commit
5a80859b91
@@ -4,8 +4,10 @@
|
||||
&soc {
|
||||
usb0: ssusb@a600000 {
|
||||
compatible = "qcom,dwc-usb3-msm";
|
||||
reg = <0xa600000 0x100000>;
|
||||
reg-names = "core_base";
|
||||
reg = <0xa600000 0x100000>,
|
||||
<0x1fc6000 0x4>;
|
||||
reg-names = "core_base",
|
||||
"tcsr_dyn_en_dis";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user