On 6/13/25 16:22, Tom Rini wrote:
On Fri, Jun 13, 2025 at 10:31:33AM +0200, Michal Simek wrote:
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 <[email protected]>
---
Cc: Michal Simek <[email protected]>
---
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 <[email protected]>
I expect you will take this patch via your tree. If not, please let me know.
It's a regular cleanup you can take it in your next PR for -next.
Applied.
M