pinctrl: a3700: Fix uart2 group selection register mask
[oweals/u-boot.git] / include / generic-phy.h
index d8cf0c9f6a9eee096162314cee5c035eb192f615..762704c208e1674663067ac9c1f7f3dfd6ba0971 100644 (file)
@@ -50,8 +50,7 @@ struct phy_ops {
         * @args:       The phy specifier values from device tree.
         * @return 0 if OK, or a negative error code.
         */
-       int     (*of_xlate)(struct phy *phy,
-                       struct fdtdec_phandle_args *args);
+       int     (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
 
        /**
         * init - initialize the hardware.