Skip to content

Commit

Permalink
riscv: dts: eswin: harmonize device-tree
Browse files Browse the repository at this point in the history
- use eswin/eic7700-hifive-premier-p550.dtb as device-tree name
- use "sifive,hifive-premier-p550", "eswin,eic7700" as compatible strings

Signed-off-by: Pritesh Patel <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
xypron authored and DarshanEI committed Sep 10, 2024
1 parent 5ca9151 commit e651fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/eswin/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_SOC_SIFIVE) += hifive-premier-p550.dtb
dtb-$(CONFIG_SOC_SIFIVE) += eic7700-hifive-premier-p550.dtb
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#address-cells = <2>;
#size-cells = <2>;
model = "SiFive HiFive Premier P550";
compatible = "sifive,hifive-premier-p550";
compatible = "sifive,hifive-premier-p550", "eswin,eic7700";

aliases {
serial0 = &d0_uart0;
Expand Down

0 comments on commit e651fca

Please sign in to comment.