
Hi Johan,
On 2024-12-09 14:19, Johan Jonker wrote:
The clock and power DT includes for rk3288 are now available in the dts/upstream directory, so remove the ones that are now redundant. Remove the use of non existent SCLK_MAC_PLL id in the clock driver.
Signed-off-by: Johan Jonker jbx6244@gmail.com
Changed: This patch does not include the removal of a clock binding as was proposed in an earlier serie elsewhere. For better fit with my other patch serie for binding removal.
http://patchwork.ozlabs.org/project/uboot/patch/71b804a0-ae2a-472c-84c9-ad7c... https://patchwork.ozlabs.org/project/uboot/patch/20241109210427.884888-4-jon...
drivers/clk/rockchip/clk_rk3288.c | 8 +- include/dt-bindings/clock/rk3288-cru.h | 381 ----------------------- include/dt-bindings/power/rk3288-power.h | 32 -- 3 files changed, 4 insertions(+), 417 deletions(-) delete mode 100644 include/dt-bindings/clock/rk3288-cru.h delete mode 100644 include/dt-bindings/power/rk3288-power.h
[snip]
This cleanup is already handled in the following series:
rockchip: rk3288: Include files from dts/upstream https://patchwork.ozlabs.org/project/uboot/cover/20241109210427.884888-1-jon...
Regards, Jonas