]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/dtb_platdata.py
rockchip: clk: rk3288: handle clk_enable requests for GMAC
[u-boot] / tools / dtoc / dtb_platdata.py
index dc9c0d9f45883b2a2c51f5ccd79c0f14a78bc8ae..2f7302e52958ed46c217fc7c10499f90aa353a0a 100644 (file)
@@ -1,10 +1,9 @@
 #!/usr/bin/python
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (C) 2017 Google, Inc
 # Written by Simon Glass <sjg@chromium.org>
 #
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 """Device tree to platform data class
 
@@ -422,7 +421,7 @@ class DtbPlatdata(object):
         """
         self.out_header()
         self.out('#include <stdbool.h>\n')
-        self.out('#include <libfdt.h>\n')
+        self.out('#include <linux/libfdt.h>\n')
 
         # Output the struct definition
         for name in sorted(structs):