riscv: dts: add OpenPiton RISC-V board dts support
authorTianrui Wei <tianrui-wei@outlook.com>
Wed, 7 Jul 2021 07:48:22 +0000 (15:48 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 7 Jul 2021 12:34:02 +0000 (20:34 +0800)
Previous device tree for OpenPiton emits a warning during compilation.
This commit fixes the previous warning adds dts to the OpenPiton RISC-V
board and added the device tree to MAINTAINER file.

Signed-off-by: Tianrui Wei <tianrui-wei@outlook.com>
Reported-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/openpiton-riscv64.dts
board/openpiton/riscv64/MAINTAINERS

index 45951e1..abc6016 100644 (file)
@@ -80,8 +80,8 @@
        };
 
        soc {
-               #address-cells = <1>;
-               #size-cells = <1>;
+               #address-cells = <2>;
+               #size-cells = <2>;
                compatible = "openpiton,chipset", "simple-bus";
                ranges;
 
index f91c000..f80f5b0 100644 (file)
@@ -1,8 +1,9 @@
 Openpiton BOARD
-M:     Tianrui Wei<tianrui-wei@outlook.com>
+M:     Tianrui Wei <tianrui-wei@outlook.com>
 S:     Maintained
 F:     board/openpiton/riscv64/
 F:     include/configs/openpiton-riscv64.h
 F:     configs/openpiton_riscv64_defconfig
 F:     configs/openpiton_riscv64_spl_defconfig
 F:  drivers/mmc/piton_mmc.c
+F:  arch/riscv/dts/openpiton-riscv64.dts