commit | cf97b2213a60417e030e530d472f25ded49ee5b8 | [log] [tgz] |
---|---|---|
author | Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> | Wed Sep 26 16:00:09 2018 +0900 |
committer | Marek Vasut <marex@denx.de> | Thu Oct 18 19:07:47 2018 +0200 |
tree | 4bc75bdccd03a4dc11f75eb93eb90f5290c41916 | |
parent | feaf301f784dd73b1d792bfcf7ee6e6e38ed0476 [diff] |
ARM: rmobile: Fix module clock controls refer status on Gen3 When referring to the MSTPSR register, it contains the clock status of SYS, RT, SECURE, and controlling SMSTPCR using this value has the problem of being affected by the RT and SECURE status.This patch changes the reference register to SMSTPCR. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>