On 29/07/2019 15:16, Neil Armstrong wrote: > Expose the CPUB clock id to add DVFS to the second CPU cluster of > the Amlogic G12B SoC. > > Reviewed-by: Martin Blumenstingl <[email protected]> > Signed-off-by: Neil Armstrong <[email protected]> > --- > include/dt-bindings/clock/g12a-clkc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/dt-bindings/clock/g12a-clkc.h > b/include/dt-bindings/clock/g12a-clkc.h > index b6b127e45634..8ccc29ac7a72 100644 > --- a/include/dt-bindings/clock/g12a-clkc.h > +++ b/include/dt-bindings/clock/g12a-clkc.h > @@ -137,5 +137,6 @@ > #define CLKID_VDEC_HEVC 207 > #define CLKID_VDEC_HEVCF 210 > #define CLKID_TS 212 > +#define CLKID_CPUB_CLK 224
Missing removal from private g12.h :-/ will fix in v2 > > #endif /* __G12A_CLKC_H */ >

