On Fri, Apr 22, 2022 at 07:09:19PM +0200, Sebastian Reichel wrote: > From: Kever Yang <kever.yang@xxxxxxxxxxxxxx> > > This initial version supports (single core) CPU, dma, interrupts, timers, > UART and SDHCI. In short - everything necessary to boot Linux on this > system on chip. > > The DT is split into rk3588 and rk3588s, which is a reduced version > (i.e. with less peripherals) of the former. > > Signed-off-by: Yifeng Zhao <yifeng.zhao@xxxxxxxxxxxxxx> > Signed-off-by: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> > Signed-off-by: Sugar Zhang <sugar.zhang@xxxxxxxxxxxxxx> > Signed-off-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx> > [rebase, squash and reword commit message] > Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > --- [...] > diff --git a/include/dt-bindings/clock/rk3588-cru.h b/include/dt-bindings/clock/rk3588-cru.h > index d51e6ed939b3..2f046f048a83 100644 > --- a/include/dt-bindings/clock/rk3588-cru.h > +++ b/include/dt-bindings/clock/rk3588-cru.h > @@ -1451,6 +1451,7 @@ > #define SCMI_CRYPTO_CORE 20 > #define SCMI_CRYPTO_PKA 21 > #define SCMI_SPLL 22 > +#define SCMI_HCLK_SD 23 Belongs in the header patch? > > /********Name=SECURE_SOFTRST_CON00,Offset=0xA00********/ > #define SRST_A_SECURE_NS_BIU 10 > -- > 2.35.1 > >