]> git.sur5r.net Git - u-boot/blobdiff - include/power-domain-uclass.h
serial: Add Actions Semi OWL UART support
[u-boot] / include / power-domain-uclass.h
index 5878021e32c2567548bf30cf1498cc477ff0dbe6..bd9906b2e7bb8fddd9568a2103bf11b1c045e0b3 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #ifndef _POWER_DOMAIN_UCLASS_H
@@ -40,7 +39,7 @@ struct power_domain_ops {
         * @return 0 if OK, or a negative error code.
         */
        int (*of_xlate)(struct power_domain *power_domain,
-                       struct fdtdec_phandle_args *args);
+                       struct ofnode_phandle_args *args);
        /**
         * request - Request a translated power domain.
         *