Re: [PATCH 13/26] dt-bindings: Document mti,mips-cdmm binding
From: Rob Herring <robh@kernel.org>
Date: 2016-09-02 12:38:33
Also in:
linux-mips, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-09-02 12:38:33
Also in:
linux-mips, lkml
On Fri, Aug 26, 2016 at 04:37:12PM +0100, Paul Burton wrote:
Document a binding for the MIPS Common Device Memory Map (CDMM) which simply allows the device tree to specify where the CDMM registers should be mapped. Signed-off-by: Paul Burton <redacted> --- Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt | 8 ++++++++
Try to find another location for these. Perhaps bindings/bus/? Even bindings/mips/ would be better.
1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cdmm.txtdiff --git a/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt new file mode 100644 index 0000000..5b0fc40 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt@@ -0,0 +1,8 @@ +Binding for MIPS Common Device Memory Map (CDMM) bus. + +This binding allows a system to specify where the CDMM registers should be +mapped using device tree. + +Required properties: +compatible : Should be "mti,mips-cdmm". +regs: Should describe the address & size of the CDMM register region.-- 2.9.3