Hi Johan, On 2024-11-30 22:18, Johan Jonker wrote: > Most Rockchip device tree related bindings are converted to YAML > and available in the U-boot /dts/upstream/Bindings/ directory. > Remove all redundant U-boot entries. > > Signed-off-by: Johan Jonker <[email protected]> > --- > .../clock/rockchip,rk3188-cru.txt | 61 ------- > .../clock/rockchip,rk3288-cru.txt | 61 ------- > doc/device-tree-bindings/clock/rockchip.txt | 77 --------- > .../pinctrl/rockchip,pinctrl.txt | 157 ------------------ > .../thermal/rockchip-thermal.txt | 68 -------- > doc/device-tree-bindings/usb/dwc2.txt | 4 - > .../video/rockchip-lvds.txt | 77 --------- > 7 files changed, 505 deletions(-) > delete mode 100644 doc/device-tree-bindings/clock/rockchip,rk3188-cru.txt > delete mode 100644 doc/device-tree-bindings/clock/rockchip,rk3288-cru.txt
The rockchip,rk3288-cru.txt file is also removed in: rockchip: rk3288: Use rk3288-cru.h from dts/upstream https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ Regards, Jonas > delete mode 100644 doc/device-tree-bindings/clock/rockchip.txt > delete mode 100644 doc/device-tree-bindings/pinctrl/rockchip,pinctrl.txt > delete mode 100644 doc/device-tree-bindings/thermal/rockchip-thermal.txt > delete mode 100644 doc/device-tree-bindings/video/rockchip-lvds.txt [snip]

