commit | d70cd2800e827bfdea017e36031edf62d081e40c | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 19 12:43:46 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:04 2023 +0200 |
tree | 9dcc9e079f7f3dc21c84f8c2d173ffd8b71a0a58 | |
parent | 0e3f87810cc74e8844709592addad307774cec64 [diff] |
spl: xea: Provide stub DM driver for imx28 clocks This code fixes following WARNING: DTOC spl/dts/dt-plat.c fsl_imx28_clkctrl: WARNING: the driver fsl_imx28_clkctrl was not found in the driver list As imx28 doesn't yet support common clock framework, this prevents from DTOC warnings during SPL build. Signed-off-by: Lukasz Majewski <lukma@denx.de>