hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt
....@@ -7,12 +7,15 @@
77 - reg: PHY register address offset and length in "general
88 register files"
99
10
-Optional clocks using the clock bindings (see ../clock/clock-bindings.txt),
11
-specified by name:
10
+Optional properties:
1211 - clock-names: Should contain "emmcclk". Although this is listed as optional
1312 (because most boards can get basic functionality without having
1413 access to it), it is strongly suggested.
14
+ See ../clock/clock-bindings.txt for details.
1515 - clocks: Should have a phandle to the card clock exported by the SDHCI driver.
16
+ - drive-impedance-ohm: Specifies the drive impedance in Ohm.
17
+ Possible values are 33, 40, 50, 66 and 100.
18
+ If not set, the default value of 50 will be applied.
1619
1720 Example:
1821
....@@ -29,6 +32,7 @@
2932 reg = <0xf780 0x20>;
3033 clocks = <&sdhci>;
3134 clock-names = "emmcclk";
35
+ drive-impedance-ohm = <50>;
3236 #phy-cells = <0>;
3337 };
3438 };