Commit fd733519 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

soc: renesas: r8a77965-sysc: Fix power request conflicts

Describe the location and contents of the SYSCEXTMASK register on R-Car
M3-N, to prevent conflicts between internal and external power requests.

Based on a patch in the BSP by Dien Pham <dien.pham.ry@renesas.com>.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Link: https://lore.kernel.org/r/20190828113618.6672-5-geert+renesas@glider.be
parent 5a6cf826
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* Copyright (C) 2016 Glider bvba * Copyright (C) 2016 Glider bvba
*/ */
#include <linux/bits.h>
#include <linux/bug.h> #include <linux/bug.h>
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -33,4 +34,6 @@ static const struct rcar_sysc_area r8a77965_areas[] __initconst = { ...@@ -33,4 +34,6 @@ static const struct rcar_sysc_area r8a77965_areas[] __initconst = {
const struct rcar_sysc_info r8a77965_sysc_info __initconst = { const struct rcar_sysc_info r8a77965_sysc_info __initconst = {
.areas = r8a77965_areas, .areas = r8a77965_areas,
.num_areas = ARRAY_SIZE(r8a77965_areas), .num_areas = ARRAY_SIZE(r8a77965_areas),
.extmask_offs = 0x2f8,
.extmask_val = BIT(0),
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment