On 6/12/25 20:11, Tom Rini wrote:
As part of the recent cleanup of dt-bindigns header files we did not remove our copy of dt-bindings/clock/xlnx-zynqmp-clk.h at the time. This is because the difference between ours and current upstream is that current upstream has a #warning to not use it and to instead use xlnx-zynqmp-clk.h. So we change zynqmp-clk-ccf.dtsi to use the other and upstream-only file and then delete our dt-bindings file. Signed-off-by: Tom Rini <tr...@konsulko.com> --- Cc: Michal Simek <michal.si...@amd.com> --- arch/arm/dts/zynqmp-clk-ccf.dtsi | 2 +- include/dt-bindings/clock/xlnx-zynqmp-clk.h | 126 -------------------- 2 files changed, 1 insertion(+), 127 deletions(-) delete mode 100644 include/dt-bindings/clock/xlnx-zynqmp-clk.h
Tested-by: Michal Simek <michal.si...@amd.com> I expect you will take this patch via your tree. If not, please let me know. Thanks, Michal