summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Chi <raychi@google.com>2023-12-08 16:58:15 +0800
committerRay Chi <raychi@google.com>2023-12-11 09:20:15 +0000
commit1180b2581f949ac967711871f9955eb2a78b61ce (patch)
tree187b4a3a07d16eab33d38079ba2760fba8f30ab3
parent987b31a9d6da7bababc9d0bfce4cb4e78e71258f (diff)
downloadshusky-1180b2581f949ac967711871f9955eb2a78b61ce.tar.gz
arm64/configs: ripcurrent: add vdd33 regulatorandroid-u-qpr2-beta-3_r0.8
Basically, vdd33 power is controlled by power domain. Add the regulator to get the ldo information so that the driver can check power status. Bug: 305145476 Change-Id: Ic0a8b330d0a7040d77f2d8e10e3c4207d2b1c6b1 Signed-off-by: Ray Chi <raychi@google.com>
-rw-r--r--dts/google/zuma-ripcurrent-usb.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/google/zuma-ripcurrent-usb.dtsi b/dts/google/zuma-ripcurrent-usb.dtsi
index 9311235..efb24fc 100644
--- a/dts/google/zuma-ripcurrent-usb.dtsi
+++ b/dts/google/zuma-ripcurrent-usb.dtsi
@@ -66,5 +66,6 @@
pinctrl-names = "init_state";
pinctrl-0 = <&eusb_init_state>;
repeater_tune_param = <&eusb_repeater_tune>;
+ vdd33-supply = <&m_ldo19_reg>;
};
};