lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1514385475-23921-2-git-send-email-aleksandar.markovic@rt-rk.com> Date: Wed, 27 Dec 2017 15:37:51 +0100 From: Aleksandar Markovic <aleksandar.markovic@...rk.com> To: linux-mips@...ux-mips.org Cc: Paul Burton <paul.burton@...s.com>, Aleksandar Markovic <aleksandar.markovic@...s.com>, devicetree@...r.kernel.org, Douglas Leung <douglas.leung@...s.com>, Goran Ferenc <goran.ferenc@...s.com>, James Hogan <james.hogan@...s.com>, linux-kernel@...r.kernel.org, Mark Rutland <mark.rutland@....com>, Miodrag Dinic <miodrag.dinic@...s.com>, Petar Jovanovic <petar.jovanovic@...s.com>, Raghu Gandham <raghu.gandham@...s.com>, Rob Herring <robh+dt@...nel.org> Subject: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding From: Paul Burton <paul.burton@...s.com> 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@...s.com> Signed-off-by: Aleksandar Markovic <aleksandar.markovic@...s.com> --- Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt 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 0000000..c6b8251 --- /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. -- 2.7.4
Powered by blists - more mailing lists