Message ID | 20190411121915.8040-6-jiaxun.yang@flygoat.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | MIPS: Loongson32: Initial devicetree support | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success |
On Thu, 11 Apr 2019 20:19:14 +0800, Jiaxun Yang wrote: > This documented ls1x CPU node. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt b/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt new file mode 100644 index 000000000000..33664bd15487 --- /dev/null +++ b/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt @@ -0,0 +1,4 @@ +* Loongson-1 MCU CPUs + +Required properties: +- compatible: "loongson,ls1b", "loongson,ls1c"
This documented ls1x CPU node. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt