From: Paul Burton Date: Fri, 19 Jan 2018 15:40:48 +0000 (+0100) Subject: FROMLIST: dt-bindings: Document mti,mips-cpc binding X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=22904b58933d0d2cfe3e9c0014d02a198320a5c9;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git FROMLIST: 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 Signed-off-by: Aleksandar Markovic Reviewed-by: Rob Herring (cherry picked from: https://patchwork.linux-mips.org/patch/18512/) Signed-off-by: Greg Kroah-Hartman --- 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 @@ +Binding for MIPS Cluster Power Controller (CPC). + +This binding allows a system to specify where the CPC registers are +located. + +Required properties: +compatible : Should be "mti,mips-cpc". +regs: Should describe the address & size of the CPC register region. diff --git a/MAINTAINERS b/MAINTAINERS index 46da781dae65..f5e6e92ec41b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7075,6 +7075,7 @@ MIPS GENERIC PLATFORM M: Paul Burton L: linux-mips@linux-mips.org S: Supported +F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt F: arch/mips/generic/ MIPS RINT INSTRUCTION EMULATION