Skip to content

Commit

Permalink
dts: sifive: Update SoC compats
Browse files Browse the repository at this point in the history
Update compatible strings to make them consistent across SiFive SoCs.

Signed-off-by: Franciszek Zdobylak <[email protected]>
  • Loading branch information
fzdobylak authored and aescolar committed Apr 18, 2024
1 parent 53fa757 commit f0f897d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/riscv/sifive/riscv64-fu540.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
compatible = "fu540-soc", "sifive-soc", "simple-bus";
ranges;

modeselect: rom@1000 {
Expand Down
2 changes: 1 addition & 1 deletion dts/riscv/sifive/riscv64-fu740.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
soc {
#address-cells = <2>;
#size-cells = <2>;
compatible = "simple-bus";
compatible = "fu740-soc", "sifive-soc", "simple-bus";
ranges;

modeselect: rom@1000 {
Expand Down

0 comments on commit f0f897d

Please sign in to comment.