Skip to content

Commit

Permalink
Merge branch 'CR_9827_dts_6.1_hal.feng' into 'vf2-6.1.y-devel'
Browse files Browse the repository at this point in the history
CR_9827_dts_6.1_hal.feng

See merge request sbc/linux!201
  • Loading branch information
andyhu-stf committed Mar 22, 2024
2 parents b58fedd + 1cc2b6a commit 54b0973
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions arch/riscv/boot/dts/starfive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
subdir-y += evb-overlay vf2-overlay
dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-visionfive-v2.dtb \
dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-starfive-visionfive-2-v1.3b.dtb \
jh7110-evb.dtb \
jh7110-evb-can-pdm-pwmdac.dtb \
jh7110-evb-dvp-rgb2hdmi.dtb \
Expand All @@ -11,8 +11,8 @@ dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-visionfive-v2.dtb \
jh7110-evb-uart4-emmc-spdif.dtb \
jh7110-evb-uart5-pwm-i2c-tdm.dtb \
jh7110-evb-usbdevice.dtb \
jh7110-visionfive-v2-A10.dtb \
jh7110-visionfive-v2-A11.dtb \
jh7110-visionfive-v2-wm8960.dtb \
jh7110-visionfive-v2-ac108.dtb \
jh7110-visionfive-v2-tdm.dtb
jh7110-starfive-visionfive-2-A10.dtb \
jh7110-starfive-visionfive-2-A11.dtb \
jh7110-starfive-visionfive-2-wm8960.dtb \
jh7110-starfive-visionfive-2-ac108.dtb \
jh7110-starfive-visionfive-2-tdm.dtb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dtsi"
#include "jh7110-starfive-visionfive-2.dtsi"

/ {
model = "StarFive VisionFive V2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dtsi"
#include "jh7110-starfive-visionfive-2.dtsi"

/ {
model = "StarFive VisionFive V2";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dts"
#include "jh7110-starfive-visionfive-2-v1.3b.dts"
#include "codecs/sf_ac108.dtsi"

&i2c0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dts"
#include "jh7110-starfive-visionfive-2-v1.3b.dts"
#include "codecs/sf_tdm.dtsi"

&i2c0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dtsi"
#include "jh7110-starfive-visionfive-2.dtsi"
#include "codecs/sf_hdmi.dtsi"

/ {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/dts-v1/;
#include "jh7110-visionfive-v2.dts"
#include "jh7110-starfive-visionfive-2-v1.3b.dts"
#include "codecs/sf_wm8960.dtsi"

&i2c0 {
Expand Down

0 comments on commit 54b0973

Please sign in to comment.