commit | fc74bcab8a283d0509e4b36dd5f8a27addbc343d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Mar 23 16:58:45 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Mar 24 08:51:34 2025 -0300 |
tree | 9952adb7aceca347e62a008234198f2092027d22 | |
parent | 3668ec7f336b08e5f510f7f0f26d6193240177fa [diff] |
clk: imx: Convert clock-osc-* back to osc_* Convert clock-osc-24m back to osc_24m and clock-osc-32k back to osc_32k. These are the clock which match clock tables in Linux. This is now possible because the clock drivers now resolve clock names based on clock-names DT property in the CCM DT node. Signed-off-by: Marek Vasut <marex@denx.de>