summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2023-09-21 22:25:56 +0800
committeryjun2023-09-21 22:25:56 +0800
commite312a32687836fa6922b6de8cb8512199a54006b (patch)
treedd5ad7e2ec081cc8b471b2f8185ca223c1eb1054
parentf60da4ab667701ae23f21805502b315662eca2f6 (diff)
downloadaur-e312a32687836fa6922b6de8cb8512199a54006b.tar.gz
[updpkg]: linux-tqc-a01 6.5.4 && using RSB for PMIC
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
-rw-r--r--sun50i-h6-tqc-a01.dts10
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0f6965f4d9..d84179c3860c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-tqc-a01
- pkgver = 6.5.1
+ pkgver = 6.5.4
pkgrel = 1
url = http://www.kernel.org/
arch = aarch64
@@ -37,9 +37,9 @@ pkgbase = linux-tqc-a01
source = linux.preset
source = 60-linux.hook
source = 90-linux.hook
- source = https://mirror.bjtu.edu.cn/kernel/linux/kernel/v6.x/patch-6.5.1.xz
+ source = https://mirror.bjtu.edu.cn/kernel/linux/kernel/v6.x/patch-6.5.4.xz
md5sums = 42c2796f9babe4a1be3f2001c817ff4a
- md5sums = 5f100d68519ca0847b3d2b68af673693
+ md5sums = 96e26de84bb7215589c2a32df8155113
md5sums = 7a18066683f3351b2bbd2653db783f80
md5sums = 6c58c6697e1275038acf579251c69d31
md5sums = 2d7918618ec227b65d35078b3c7862ce
@@ -61,7 +61,7 @@ pkgbase = linux-tqc-a01
md5sums = 66e0ae63183426b28c0ec0c7e10b5e16
md5sums = ce6c81ad1ad1f8b333fd6077d47abdaf
md5sums = 3dc88030a8f2f5a5f97266d99b149f77
- md5sums = 1c780bfe190302f1ea2f6f1153a3a84d
+ md5sums = 9bed89cf06996530a6546da089a34af4
pkgname = linux-tqc-a01
pkgdesc = The Linux Kernel and modules - AArch64 kernel for TQC A01
@@ -71,12 +71,12 @@ pkgname = linux-tqc-a01
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
optdepends = firmware-tqc-a01: firmware for TQC A01 WiFi/Bluetooth
- provides = linux=6.5.1
+ provides = linux=6.5.4
provides = WIREGUARD-MODULE
conflicts = linux
backup = etc/mkinitcpio.d/linux-tqc-a01.preset
pkgname = linux-tqc-a01-headers
pkgdesc = Header files and scripts for building modules for linux kernel - AArch64 kernel for TQC A01
- provides = linux-headers=6.5.1
+ provides = linux-headers=6.5.4
conflicts = linux-headers
diff --git a/PKGBUILD b/PKGBUILD
index c1b9fa5c5acd..a35d5274fdd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=linux-tqc-a01
_srcname=linux-6.5
_kernelname=${pkgbase#linux}
_desc="AArch64 kernel for TQC A01"
-pkgver=6.5.1
+pkgver=6.5.4
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
@@ -65,7 +65,7 @@ source=(
source+=("https://mirror.bjtu.edu.cn/kernel/linux/kernel/v6.x/patch-${pkgver}.xz")
md5sums=('42c2796f9babe4a1be3f2001c817ff4a'
- '5f100d68519ca0847b3d2b68af673693'
+ '96e26de84bb7215589c2a32df8155113'
'7a18066683f3351b2bbd2653db783f80'
'6c58c6697e1275038acf579251c69d31'
'2d7918618ec227b65d35078b3c7862ce'
@@ -87,7 +87,7 @@ md5sums=('42c2796f9babe4a1be3f2001c817ff4a'
'66e0ae63183426b28c0ec0c7e10b5e16'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'3dc88030a8f2f5a5f97266d99b149f77'
- '1c780bfe190302f1ea2f6f1153a3a84d')
+ '9bed89cf06996530a6546da089a34af4')
prepare() {
cd ${_srcname}
diff --git a/sun50i-h6-tqc-a01.dts b/sun50i-h6-tqc-a01.dts
index 17f0ccc2a0ac..6bc27679f1c2 100644
--- a/sun50i-h6-tqc-a01.dts
+++ b/sun50i-h6-tqc-a01.dts
@@ -82,7 +82,7 @@
wifi_pwrseq: wifi-pwrseq {
compatible = "mmc-pwrseq-simple";
- clocks = <&rtc 1>;
+ clocks = <&rtc CLK_OSC32K_FANOUT>;
clock-names = "ext_clock";
reset-gpios = <&r_pio 0 8 GPIO_ACTIVE_LOW>; /* PL8 */
post-power-on-delay-ms = <200>;
@@ -219,12 +219,12 @@
vcc-pm-supply = <&reg_vcc_wifi_io>;
};
-&r_i2c {
+&r_rsb {
status = "okay";
- axp805: pmic@36 {
+ axp805: pmic@745 {
compatible = "x-powers,axp805", "x-powers,axp806";
- reg = <0x36>;
+ reg = <0x745>;
interrupt-parent = <&r_intc>;
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
@@ -367,7 +367,7 @@
bluetooth {
compatible = "brcm,bcm43430a1-bt";
- clocks = <&rtc 1>;
+ clocks = <&rtc CLK_OSC32K_FANOUT>;
clock-names = "lpo";
device-wakeup-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
host-wakeup-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */