On Sat, Dec 13, 2025 at 7:12 AM Rob Herring (Arm) [off-list ref] wrote:
Remove includes which are not referenced by either DTS files or drivers.
There's a few more which are new, so they are excluded for now.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
include/dt-bindings/clock/oxsemi,ox810se.h | 19 --
include/dt-bindings/clock/oxsemi,ox820.h | 29 --
include/dt-bindings/clock/qcom,mss-sc7180.h | 12 -
include/dt-bindings/clock/xlnx-versal-clk.h | 123 ---------
include/dt-bindings/clock/xlnx-zynqmp-clk.h | 133 ---------
include/dt-bindings/dma/jz4775-dma.h | 44 ---
include/dt-bindings/dma/x2000-dma.h | 54 ----
include/dt-bindings/gce/mt6779-gce.h | 222 ---------------
.../dt-bindings/iio/qcom,spmi-adc7-pmr735b.h | 30 --
.../dt-bindings/iio/qcom,spmi-adc7-smb139x.h | 19 --
include/dt-bindings/memory/mt6779-larb-port.h | 206 --------------
include/dt-bindings/mux/ti-serdes.h | 190 -------------
include/dt-bindings/pinctrl/mt6397-pinfunc.h | 257 ------------------
.../power/allwinner,sun20i-d1-ppu.h | 10 -
For this one, a node is present in the DT, but there are currently no
references to it, and thus no users of the header.
Also this chip hasn't seen a lot of interest after it was initially
brought up. None of the peripherals that have a separate power
domain have been enabled.
ChenYu