On Sat, 12 Dec 2020 12:03:08 +0800, Icenowy Zheng wrote: > As the device tree needs the clock/reset indices, add them to DT binding > headers. > > The driver itself will be then added. > > Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx> > --- > include/dt-bindings/clock/sun8i-v833-ccu.h | 89 ++++++++++++++++++++++ > include/dt-bindings/reset/sun8i-v833-ccu.h | 52 +++++++++++++ > 2 files changed, 141 insertions(+) > create mode 100644 include/dt-bindings/clock/sun8i-v833-ccu.h > create mode 100644 include/dt-bindings/reset/sun8i-v833-ccu.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>