diff options
author | Paul Burton <paul.burton@mips.com> | 2018-01-19 10:40:48 -0500 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-08 09:02:01 -0500 |
commit | aece34cd576c7625181b0488a8129c1e165355f7 (patch) | |
tree | 90e3de5c10c505b64bb4c8d524ac36dc5038e74f | |
parent | 8f2256d8eaf5acef3b49ea27edf79cc1069c4de9 (diff) |
dt-bindings: Document mti,mips-cpc binding
Document a binding for the MIPS Cluster Power Controller (CPC) that
allows the device tree to specify where the CPC registers are located.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/18512/
Signed-off-by: James Hogan <jhogan@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/mti,mips-cpc.txt b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt new file mode 100644 index 000000000000..c6b82511ae8a --- /dev/null +++ b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | Binding for MIPS Cluster Power Controller (CPC). | ||
2 | |||
3 | This binding allows a system to specify where the CPC registers are | ||
4 | located. | ||
5 | |||
6 | Required properties: | ||
7 | compatible : Should be "mti,mips-cpc". | ||
8 | regs: Should describe the address & size of the CPC register region. | ||
diff --git a/MAINTAINERS b/MAINTAINERS index 0e7561d6c2d7..ac100d38d117 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9112,6 +9112,7 @@ MIPS GENERIC PLATFORM | |||
9112 | M: Paul Burton <paul.burton@mips.com> | 9112 | M: Paul Burton <paul.burton@mips.com> |
9113 | L: linux-mips@linux-mips.org | 9113 | L: linux-mips@linux-mips.org |
9114 | S: Supported | 9114 | S: Supported |
9115 | F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt | ||
9115 | F: arch/mips/generic/ | 9116 | F: arch/mips/generic/ |
9116 | F: arch/mips/tools/generic-board-config.sh | 9117 | F: arch/mips/tools/generic-board-config.sh |
9117 | 9118 | ||