Skip to content

Commit

Permalink
riscv: dts: starfive: visionfive2: Rename jh7110-visionfive-v2-*.dts …
Browse files Browse the repository at this point in the history
…to jh7110-starfive-visionfive-2-*.dts

Rename the dts file, for sync with Linux mainline.

Signed-off-by: Hal Feng <[email protected]>
  • Loading branch information
hal-feng authored and MichaIng committed May 11, 2024
1 parent a086cb3 commit 0f707ac
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 0f707ac

Please sign in to comment.