Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ed0c961 authored by Shawn Lin's avatar Shawn Lin Committed by Kishon Vijay Abraham I
Browse files

Documentation: bindings: add dt documentation for Rockchip eMMC PHY



This patch adds a binding that describes the Rockchip eMMC PHYs
found on Rockchip SoCs eMMC interface.

Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 58a66dba
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
Rockchip EMMC PHY
-----------------------

Required properties:
 - compatible: rockchip,rk3399-emmc-phy
 - rockchip,grf : phandle to the syscon managing the "general
   register files"
 - #phy-cells: must be 0
 - reg: PHY configure reg address offset in "general
   register files"

Example:

emmcphy: phy {
	compatible = "rockchip,rk3399-emmc-phy";
	rockchip,grf = <&grf>;
	reg = <0xf780>;
	#phy-cells = <0>;
};