diff options
| author | Tianrui Wei <[email protected]> | 2021-07-07 15:48:22 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2021-07-07 20:34:02 +0800 |
| commit | c9135d5a7af2df0e273e0f7e2f6c8132b34aba82 (patch) | |
| tree | 4cfb03837a824de2a17cfa556fb9854a63f034ea | |
| parent | 5617efd2c882562b716a61bc0dc0edda46b045df (diff) | |
riscv: dts: add OpenPiton RISC-V board dts support
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 <[email protected]>
Reported-by: Tom Rini <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | arch/riscv/dts/openpiton-riscv64.dts | 4 | ||||
| -rw-r--r-- | board/openpiton/riscv64/MAINTAINERS | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/arch/riscv/dts/openpiton-riscv64.dts b/arch/riscv/dts/openpiton-riscv64.dts index 45951e12360..abc6016a0b4 100644 --- a/arch/riscv/dts/openpiton-riscv64.dts +++ b/arch/riscv/dts/openpiton-riscv64.dts @@ -80,8 +80,8 @@ }; soc { - #address-cells = <1>; - #size-cells = <1>; + #address-cells = <2>; + #size-cells = <2>; compatible = "openpiton,chipset", "simple-bus"; ranges; diff --git a/board/openpiton/riscv64/MAINTAINERS b/board/openpiton/riscv64/MAINTAINERS index f91c000c83f..f80f5b04957 100644 --- a/board/openpiton/riscv64/MAINTAINERS +++ b/board/openpiton/riscv64/MAINTAINERS @@ -1,8 +1,9 @@ Openpiton BOARD -M: Tianrui Wei<[email protected]> +M: Tianrui Wei <[email protected]> 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 |
