Browse Source

fix(rcar3): fix CPG register code comment

Update the code comment to match referenced register.

Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>
Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com>
Change-Id: Ie0ddbe0bffd31794425f0967c865e2928ce8d78d
pull/1993/merge
Toshiyuki Ogasahara 3 years ago
committed by Marek Vasut
parent
commit
69c371bc16
  1. 4
      plat/renesas/common/include/registers/cpg_registers.h

4
plat/renesas/common/include/registers/cpg_registers.h

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
* Copyright (c) 2015-2023, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@ -16,7 +16,7 @@
#define CPG_SRCR2 (CPG_BASE + 0x00B0U)
/* CPG module stop status 2 */
#define CPG_MSTPSR2 (CPG_BASE + 0x0040U)
/* CPG module stop status 2 */
/* CPG module stop status 3 */
#define CPG_MSTPSR3 (CPG_BASE + 0x0048U)
/* CPG write protect */
#define CPG_CPGWPR (CPG_BASE + 0x0900U)

Loading…
Cancel
Save