k210: use the board vendor name rather than the marketing name
"kendryte" is the marketing name for the K210 RISC-V SoC produced by Canaan Inc. Rather than "kendryte,k210", use the usual "canaan,k210" vendor,SoC compatibility string format in the device tree files and use the SoC name for file names. With these changes, the device tree files are more in sync with the Linux kernel DTS and drivers, making uboot device tree usable by the kernel. Signed-off-by:Damien Le Moal <damien.lemoal@opensource.wdc.com> Signed-off-by:
Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by:
Leo Yu-Chi Liang <ycliang@andestech.com>
Showing
- MAINTAINERS 6 additions, 6 deletionsMAINTAINERS
- arch/riscv/dts/k210-maix-bit.dts 2 additions, 1 deletionarch/riscv/dts/k210-maix-bit.dts
- arch/riscv/dts/k210.dtsi 49 additions, 49 deletionsarch/riscv/dts/k210.dtsi
- board/sipeed/maix/maix.c 1 addition, 1 deletionboard/sipeed/maix/maix.c
- doc/board/sipeed/maix.rst 10 additions, 10 deletionsdoc/board/sipeed/maix.rst
- doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt 4 additions, 4 deletionsdoc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
- doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt 6 additions, 6 deletionsdoc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
- doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt 2 additions, 2 deletionsdoc/device-tree-bindings/spi/snps,dw-apb-ssi.txt
- drivers/clk/Makefile 1 addition, 1 deletiondrivers/clk/Makefile
- drivers/clk/clk_k210.c 2 additions, 2 deletionsdrivers/clk/clk_k210.c
- drivers/pinctrl/Makefile 1 addition, 1 deletiondrivers/pinctrl/Makefile
- drivers/pinctrl/pinctrl-k210.c 3 additions, 3 deletionsdrivers/pinctrl/pinctrl-k210.c
- drivers/spi/designware_spi.c 2 additions, 2 deletionsdrivers/spi/designware_spi.c
- include/configs/sipeed-maix.h 1 addition, 1 deletioninclude/configs/sipeed-maix.h
- include/k210/pll.h 0 additions, 0 deletionsinclude/k210/pll.h
- test/dm/k210_pll.c 1 addition, 1 deletiontest/dm/k210_pll.c
Loading
Please register or sign in to comment