mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-13 01:21:43 +00:00
* Bump sunxi to 5.7.y * Further cleanup 32bit works, 64bit needs more patches adjustement * Also arm64 boots, SPI flash areas were refactored, new location is a bit fuzzy, leaving behind * More fixed and cleanings, both variants builds now, but without overlay support * fix sunxi overlays in AR-329 branch Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com> Co-authored-by: Martin Ayotte <martinayotte@yahoo.ca>
37 lines
617 B
Diff
37 lines
617 B
Diff
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts
|
|
index ec0296a85..ad2c64d51 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-nanopi-a64.dts
|
|
@@ -293,3 +293,32 @@ &uart0 {
|
|
&usbphy {
|
|
status = "okay";
|
|
};
|
|
+
|
|
+&sound {
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&hdmi_sound {
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&usb_otg {
|
|
+dr_mode = "host";
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&i2s2 {
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&dai {
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&codec {
|
|
+status = "okay";
|
|
+};
|
|
+
|
|
+&codec_analog {
|
|
+status = "okay";
|
|
+};
|