fix(rk3576): shorten names to fit into the allocated spaceThe SCMI spec's CLOCK_ATTRIBUTES command specifies the `clock_name` partof the return value as 16 long. Three of rk3576's names are a char
fix(rk3576): shorten names to fit into the allocated spaceThe SCMI spec's CLOCK_ATTRIBUTES command specifies the `clock_name` partof the return value as 16 long. Three of rk3576's names are a characterover, which GCC15 warns about truncating the NULL terminator. So shortenthe names a tiny bit to prevent this.Change-Id: I20c97011f906018b67b1291753ce45fa48bc84a7Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
show more ...
feat(rk3576): support rk3576rk3576 is an Octa-core soc with Cortex-a53/a72 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. suspend/resume cpus4
feat(rk3576): support rk3576rk3576 is an Octa-core soc with Cortex-a53/a72 inside.This patch supports the following functions:1. basic platform setup2. power up/off cpus3. suspend/resume cpus4. suspend/resume system5. reset system6. power off systemChange-Id: I67a019822bd4af13e4a3cdd09cf06202f4922cc4Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>