phy: rockchip-emmc: fix compile issue on arm64 platform
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / phy / rockchip-emmc-phy.txt
index 61916f15a949cdae63356e7f4c827b8a9e394841..7e6d0e193d908a4ccc01568eb9cec9806dc935e4 100644 (file)
@@ -6,7 +6,7 @@ Required properties:
  - rockchip,grf : phandle to the syscon managing the "general
    register files"
  - #phy-cells: must be 0
- - reg: PHY configure reg address offset in "general
+ - reg-offset: PHY configure reg address offset in "general
    register files"
 
 Example:
@@ -14,6 +14,6 @@ Example:
 emmcphy: phy {
        compatible = "rockchip,rk3399-emmc-phy";
        rockchip,grf = <&grf>;
-       reg = <0xf780>;
+       reg-offset = <0xf780>;
        #phy-cells = <0>;
 };