| .. | .. |
|---|
| 7 | 7 | * Copyright (C) 2016 Glider bvba |
|---|
| 8 | 8 | */ |
|---|
| 9 | 9 | |
|---|
| 10 | | -#include <linux/bug.h> |
|---|
| 10 | +#include <linux/bits.h> |
|---|
| 11 | 11 | #include <linux/kernel.h> |
|---|
| 12 | 12 | |
|---|
| 13 | 13 | #include <dt-bindings/power/r8a77965-sysc.h> |
|---|
| .. | .. |
|---|
| 28 | 28 | { "a2vc1", 0x3c0, 1, R8A77965_PD_A2VC1, R8A77965_PD_A3VC }, |
|---|
| 29 | 29 | { "3dg-a", 0x100, 0, R8A77965_PD_3DG_A, R8A77965_PD_ALWAYS_ON }, |
|---|
| 30 | 30 | { "3dg-b", 0x100, 1, R8A77965_PD_3DG_B, R8A77965_PD_3DG_A }, |
|---|
| 31 | | - { "a3ir", 0x180, 0, R8A77965_PD_A3IR, R8A77965_PD_ALWAYS_ON }, |
|---|
| 32 | 31 | }; |
|---|
| 33 | 32 | |
|---|
| 34 | 33 | const struct rcar_sysc_info r8a77965_sysc_info __initconst = { |
|---|
| 35 | 34 | .areas = r8a77965_areas, |
|---|
| 36 | 35 | .num_areas = ARRAY_SIZE(r8a77965_areas), |
|---|
| 36 | + .extmask_offs = 0x2f8, |
|---|
| 37 | + .extmask_val = BIT(0), |
|---|
| 37 | 38 | }; |
|---|