Hi Sebastian, Am Donnerstag, 23. Juni 2022, 18:03:25 CEST schrieb Sebastian Reichel: > From: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> > > Document the device tree bindings of the rockchip rk3588 SoC > clock and reset unit. > > This also contains the header, which is shared betwen the DT > files and the kernel driver containing the clock and reset IDs. > > Signed-off-by: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> > [add additional clocks IDs for gate clocks, which are handled via > separate DT nodes in the vendor kernel] > Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > --- > .../bindings/clock/rockchip,rk3588-cru.yaml | 59 + > include/dt-bindings/clock/rk3588-cru.h | 1516 +++++++++++++++++ > 2 files changed, 1575 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml > create mode 100644 include/dt-bindings/clock/rk3588-cru.h please split the binding and dt-binding-header into separate patches. Depending on what gets merged when, I will need a shared-branch for the header, so don't want to also carry the yaml binding in there. Thanks Heiko