summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Chi <raychi@google.com>2023-12-05 13:57:10 +0800
committerRay Chi <raychi@google.com>2023-12-05 13:57:10 +0800
commit70ab681c7ca81f41d416cb036257a4210758251c (patch)
tree1c679f1a91c306a278f8fbc1143f59e9f3422df7
parent0eb08105c968ca1d96ddaef0882dec4740bdd0ed (diff)
downloadshusky-70ab681c7ca81f41d416cb036257a4210758251c.tar.gz
arm64/configs: shusky: add vdd33 regulator
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: I0695d39edad544b57f4261b6e2dda36fbcb4ad1f Signed-off-by: Ray Chi <raychi@google.com>
-rw-r--r--dts/google/zuma-shusky-usb.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/google/zuma-shusky-usb.dtsi b/dts/google/zuma-shusky-usb.dtsi
index 632ef70..d5263ca 100644
--- a/dts/google/zuma-shusky-usb.dtsi
+++ b/dts/google/zuma-shusky-usb.dtsi
@@ -85,5 +85,6 @@
pinctrl-names = "init_state";
pinctrl-0 = <&eusb_init_state>;
repeater_tune_param = <&eusb_repeater_tune>;
+ vdd33-supply = <&m_ldo19_reg>;
};
};