Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy: Add a new property drive-impedance-ohm for RK's emmc PHY

This patch documents the new proprty drive-impedance-ohm for
Rockchip's eMMC PHY node.

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Christoph Muellner and committed by
Kishon Vijay Abraham I
2c1a4b0c 043f42ed

+6 -2
+6 -2
Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt
··· 7 7 - reg: PHY register address offset and length in "general 8 8 register files" 9 9 10 - Optional clocks using the clock bindings (see ../clock/clock-bindings.txt), 11 - specified by name: 10 + Optional properties: 12 11 - clock-names: Should contain "emmcclk". Although this is listed as optional 13 12 (because most boards can get basic functionality without having 14 13 access to it), it is strongly suggested. 14 + See ../clock/clock-bindings.txt for details. 15 15 - 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. 16 19 17 20 Example: 18 21 ··· 32 29 reg = <0xf780 0x20>; 33 30 clocks = <&sdhci>; 34 31 clock-names = "emmcclk"; 32 + drive-impedance-ohm = <50>; 35 33 #phy-cells = <0>; 36 34 }; 37 35 };