Skip to content

Commit

Permalink
riscv: dts: Add JH7100 and BeagleV Starlight support
Browse files Browse the repository at this point in the history
Based on the device tree in https://github.com/starfive-tech/u-boot/
with contributions from:
yanhong.wang <[email protected]>
Huan.Feng <[email protected]>
ke.zhu <[email protected]>
yiming.li <[email protected]>
jack.zhu <[email protected]>
Samin Guo <[email protected]>
Chenjieqin <[email protected]>
bo.li <[email protected]>

Rearranged, cleanups, fixes and TPS65086 added by Emil.
Cleanups, fixes and LED added by Geert.
Cleanups and GPIO fixes from Drew.
Thermal zone added by Stephen.

Signed-off-by: Emil Renner Berthing <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Stephen L Arnold <[email protected]>
Signed-off-by: Drew Fustini <[email protected]>
  • Loading branch information
TekkamanV authored and esmil committed Jun 27, 2021
1 parent 2d77e45 commit afedf4e
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
subdir-y += sifive
subdir-y += sifive starfive
subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan
subdir-y += microchip

Expand Down
2 changes: 2 additions & 0 deletions arch/riscv/boot/dts/starfive/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_SOC_STARFIVE_VIC7100) += jh7100-beaglev-starlight.dtb
Loading

0 comments on commit afedf4e

Please sign in to comment.