reset:starfive:jh7110: Delete redundant logic
authorClivia.Cai <Clivia.Cai@starfivetech.com>
Tue, 14 Jun 2022 09:11:47 +0000 (17:11 +0800)
committerClivia.Cai <Clivia.Cai@starfivetech.com>
Tue, 14 Jun 2022 09:21:40 +0000 (17:21 +0800)
commitb0e7c878d02df8c653e6f9dd4a15755344067255
tree39ce947c6bea5824ca69974f1c90d56914ea8f3a
parent15d5cc6a2b3fb4d6f446912897271370b1ba53ce
reset:starfive:jh7110: Delete redundant logic

In the hardware design, the IPs RESET signal of jh7110 is divided into two groups,
one group is active high, and the other group is active low.

However, the software does not need to distinguish whether the RESET signal is active high or active low,
Write 1 to be assert, and write 0 to deassert.

Therefore, the software does not need to add additional logic to distinguish these two sets of signals.

Signed-off-by: Clivia.Cai <Clivia.Cai@starfivetech.com>
drivers/reset/starfive/reset-starfive-jh7110.c