mirror of
https://xff.cz/git/u-boot/
synced 2025-10-28 09:03:52 +01:00
The clock definitions in <dt-bindings/clock/r8a779?-clock.h> were superseded by those in <dt-bindings/clock/r8a779?-cpg-mssr.h> a long time ago. In fact U-Boot never used <dt-bindings/clock/r8a779?-clock.h>. The unused headers, their replacements, and the corresponding r8a779?.dtsi files were introduced together in U-Boot v2018.03. Fixes:16b6e4aa37("ARM: dts: rmobile: Import R8A7790 DTS from Linux 4.15-rc8") Fixes:edd15fcffb("ARM: dts: rmobile: Import R8A7791 DTS from Linux 4.15-rc8") Fixes:a3fb9ff3b3("ARM: dts: rmobile: Import R8A7792 DTS from Linux 4.15-rc8") Fixes:92aa099592("ARM: dts: rmobile: Import R8A7793 DTS from Linux 4.15-rc8") Fixes:9a26fc5a73("ARM: dts: rmobile: Import R8A7794 DTS from Linux 4.15-rc8") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>