Skip to content

Commit

Permalink
riscv: dts: add OpenPiton RISC-V board dts support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tianrui-wei authored and Leo Yu-Chi Liang committed Jul 7, 2021
1 parent 5617efd commit c9135d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/riscv/dts/openpiton-riscv64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
};

soc {
#address-cells = <1>;
#size-cells = <1>;
#address-cells = <2>;
#size-cells = <2>;
compatible = "openpiton,chipset", "simple-bus";
ranges;

Expand Down
3 changes: 2 additions & 1 deletion board/openpiton/riscv64/MAINTAINERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c9135d5

Please sign in to comment.