kernel/drivers/soc/renesas/r8a77980-sysc.c
.. .. @@ -6,7 +6,7 @@ 6 6 * Copyright (C) 2018 Cogent Embedded, Inc. 7 7 */ 8 8 9 -#include <linux/bug.h>9 +#include <linux/bits.h>10 10 #include <linux/kernel.h> 11 11 12 12 #include <dt-bindings/power/r8a77980-sysc.h> .. .. @@ -49,4 +49,6 @@ 49 49 const struct rcar_sysc_info r8a77980_sysc_info __initconst = { 50 50 .areas = r8a77980_areas, 51 51 .num_areas = ARRAY_SIZE(r8a77980_areas), 52 + .extmask_offs = 0x138,53 + .extmask_val = BIT(0),52 54 };