commit | d13de4faafbdb675515c57dcadf4a78205767ace | [log] [tgz] |
---|---|---|
author | Yanhong Wang <yanhong.wang@starfivetech.com> | Wed Mar 29 11:42:11 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 16:08:44 2023 +0800 |
tree | 8d2bbbd3c1aec82413d4e9c27457cac008213329 | |
parent | c10483045e2de75a16d88aea8cceee42c91056d7 [diff] |
reset: starfive: jh7110: Add reset driver for StarFive JH7110 SoC Add a DM reset driver for StarFive JH7110 SoC. Note that the register base address of reset controller is the same with the clock controller. Therefore, there is no device tree node alone for reset driver.It binds device node in the clock driver Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>