forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/ufs/ufs-qcom.txt
....@@ -29,6 +29,7 @@
2929 - vdda-pll-max-microamp : specifies max. load that can be drawn from pll supply
3030 - vddp-ref-clk-supply : phandle to UFS device ref_clk pad power supply
3131 - vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
32
+- resets : specifies the PHY reset in the UFS controller
3233
3334 Example:
3435
....@@ -51,9 +52,11 @@
5152 <&clock_gcc clk_ufs_phy_ldo>,
5253 <&clock_gcc clk_gcc_ufs_tx_cfg_clk>,
5354 <&clock_gcc clk_gcc_ufs_rx_cfg_clk>;
55
+ resets = <&ufshc 0>;
5456 };
5557
56
- ufshc@fc598000 {
58
+ ufshc: ufshc@fc598000 {
59
+ #reset-cells = <1>;
5760 ...
5861 phys = <&ufsphy1>;
5962 phy-names = "ufsphy";