diff options
| author | Tom Rini <[email protected]> | 2018-05-20 09:44:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-20 09:44:05 -0400 |
| commit | 904e546970184d9f5b7e1bde7065b745e67a1bef (patch) | |
| tree | 5873f1c17c89a7db365841e989dc71e22bf09f75 /lib | |
| parent | 855ff8e6dd58b01930d8b8b726e65310d546a0c9 (diff) | |
| parent | 00f7ae6138ad8b9d859a70d022161297b1bb8049 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 69bf12623e0..f4e8dbf699a 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -72,6 +72,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(ALTERA_SOCFPGA_F2SDR2, "altr,socfpga-fpga2sdram2-bridge"), COMPAT(ALTERA_SOCFPGA_FPGA0, "altr,socfpga-a10-fpga-mgr"), COMPAT(ALTERA_SOCFPGA_NOC, "altr,socfpga-a10-noc"), + COMPAT(ALTERA_SOCFPGA_CLK_INIT, "altr,socfpga-a10-clk-init") }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |
