mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
I have changed the way the patches are generated a bit. Instead of using orange-pi branch from megous tree for 6.6 kernel, I have used the following kernel branches a83t-suspend, af8133j, anx, audio, axp, cam, drm, err, fixes, mbus, modem, opi3, pb, pinetab, pp, ppkb, samuel, speed, tbs-a711, ths These branches were carefully chosen to include only allwinner related patches and remove importing of the rockchip related patches into the allwinner kernel. Following patches are modified to fix patch application failure - patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-reg_usb1_vbus-status-ok.patch - patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-Enable-GPU-mali.patch - patches.armbian/arm64-dts-allwinner-h616-Add-efuse_xlate-cpu-frequency-scaling-v1_6_2.patch - patches.armbian/arm64-dts-allwinner-h616-LED-green_power_on-red_status_heartbeat.patch - patches.armbian/arm64-dts-allwinner-overlay-Add-Overlays-for-sunxi64.patch - patches.armbian/arm64-dts-sun50i-h616-bigtreetech-cb1.patch Following patches are modified because of kernel api change to fix compilation failure - patches.armbian/drv-gpu-drm-sun4i-Add-HDMI-audio-sun4i-hdmi-encoder.patch - patches.armbian/drv-of-Device-Tree-Overlay-ConfigFS-interface.patch
143 lines
2.9 KiB
Diff
143 lines
2.9 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
Date: Thu, 1 Sep 2022 17:49:28 +0200
|
|
Subject: arm64: dts: allwinner: h6: enable AC200 codec
|
|
|
|
Enable AC200 analog codec on H6 based boards where present.
|
|
|
|
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts | 25 ++++++++++
|
|
arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 25 ++++++++++
|
|
arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts | 14 ++++++
|
|
3 files changed, 64 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
index 5e3405408244..871020167557 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
@@ -104,6 +104,19 @@ wifi_pwrseq: wifi-pwrseq {
|
|
};
|
|
};
|
|
|
|
+&ac200_codec {
|
|
+ avcc-supply = <®_aldo2>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&ac200_pwm_clk {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&analog {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&cpu0 {
|
|
cpu-supply = <®_dcdca>;
|
|
};
|
|
@@ -172,6 +185,14 @@ ext_rgmii_phy: ethernet-phy@1 {
|
|
};
|
|
};
|
|
|
|
+&i2c3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&mmc0 {
|
|
vmmc-supply = <®_cldo1>;
|
|
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
|
|
@@ -219,6 +240,10 @@ &pio {
|
|
vcc-pg-supply = <®_vcc_wifi_io>;
|
|
};
|
|
|
|
+&pwm {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&r_ir {
|
|
status = "okay";
|
|
};
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
|
|
index 454d2a2974c9..5bb973ea3fb4 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
|
|
@@ -93,6 +93,19 @@ &dwc3 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&ac200_codec {
|
|
+ avcc-supply = <®_aldo2>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&ac200_pwm_clk {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&analog {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&cpu0 {
|
|
cpu-supply = <®_dcdca>;
|
|
};
|
|
@@ -139,6 +152,14 @@ &i2s1 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&i2c3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&mdio {
|
|
ext_rgmii_phy: ethernet-phy@1 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
@@ -195,6 +216,10 @@ &pio {
|
|
vcc-pg-supply = <®_aldo1>;
|
|
};
|
|
|
|
+&pwm {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&r_i2c {
|
|
status = "okay";
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts
|
|
index 08d84160d88f..931e8b99fd93 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6-mini.dts
|
|
@@ -10,6 +10,20 @@ / {
|
|
compatible = "oranth,tanix-tx6-mini", "allwinner,sun50i-h6";
|
|
};
|
|
|
|
+
|
|
+&ac200_codec {
|
|
+ avcc-supply = <®_vcc3v3>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&analog {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s3 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&r_ir {
|
|
linux,rc-map-name = "rc-tanix-tx3mini";
|
|
};
|
|
--
|
|
Armbian
|
|
|