Skip to content

Commit

Permalink
Add Cedar engine
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex committed Dec 1, 2023
1 parent 47dab5a commit e9b7bdc
Show file tree
Hide file tree
Showing 7 changed files with 588 additions and 112 deletions.
4 changes: 1 addition & 3 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1132,10 +1132,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \
sun9i-a80-optimus.dtb \
sun9i-a80-cubieboard4.dtb
dtb-$(CONFIG_MACH_SUNIV) += \
suniv-f1c500s-miyoo.dtb \
suniv-f1c100s-miyoo.dtb \
suniv-f1c100s-miyoo-4bit.dtb \
suniv-f1c100s-licheepi-nano.dtb
suniv-f1c100s-miyoo-4bit.dtb
dtb-$(CONFIG_ARCH_TANGO) += \
tango4-vantage-1172.dtb
dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += \
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/suniv-f1c100s-miyoo-4bit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@
status = "okay";
};

&cedar_ve {
status = "okay";
};

&ion {
status = "okay";
};

8 changes: 8 additions & 0 deletions arch/arm/boot/dts/suniv-f1c100s-miyoo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@
status = "okay";
};

&cedar_ve {
status = "okay";
};

&ion {
status = "okay";
};

Loading

0 comments on commit e9b7bdc

Please sign in to comment.