mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1998 from r3claimer/next
RK3399: update to Linux 6.17
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
PKG_NAME="u-boot"
|
||||
PKG_VERSION="2025.07"
|
||||
PKG_VERSION="2025.10"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.denx.de/wiki/U-Boot"
|
||||
PKG_URL="https://ftp.denx.de/pub/u-boot/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
diff -rupbN linux.orig/drivers/hwmon/pwm-fan.c linux/drivers/hwmon/pwm-fan.c
|
||||
--- linux.orig/drivers/hwmon/pwm-fan.c 2024-10-19 13:35:29.516991617 +0000
|
||||
+++ linux/drivers/hwmon/pwm-fan.c 2024-11-18 15:41:47.343729846 +0000
|
||||
@@ -530,7 +530,7 @@ static int pwm_fan_probe(struct platform
|
||||
diff --git a/drivers/hwmon/pwm-fan.c b/drivers/hwmon/pwm-fan.c
|
||||
index a1712649b0..2233ac37fb 100644
|
||||
--- a/drivers/hwmon/pwm-fan.c
|
||||
+++ b/drivers/hwmon/pwm-fan.c
|
||||
@@ -559,7 +559,7 @@ static int pwm_fan_probe(struct platform_device *pdev)
|
||||
* Set duty cycle to maximum allowed and enable PWM output as well as
|
||||
* the regulator. In case of error nothing is changed
|
||||
*/
|
||||
- ret = set_pwm(ctx, MAX_PWM);
|
||||
- ret = set_pwm(ctx, initial_pwm);
|
||||
+ ret = set_pwm(ctx, 70);
|
||||
if (ret) {
|
||||
dev_err(dev, "Failed to configure PWM: %d\n", ret);
|
||||
|
||||
@@ -41,21 +41,3 @@ diff -rupN linux.orig/sound/soc/codecs/hdmi-codec.c linux/sound/soc/codecs/hdmi-
|
||||
mutex_unlock(&hcp->lock);
|
||||
return -EINVAL;
|
||||
}
|
||||
diff -rupN linux.orig/sound/soc/soc-dai.c linux/sound/soc/soc-dai.c
|
||||
--- linux.orig/sound/soc/soc-dai.c 2024-04-12 20:11:10.169363511 +0000
|
||||
+++ linux/sound/soc/soc-dai.c 2024-05-01 23:18:20.597488414 +0000
|
||||
@@ -23,10 +23,10 @@ static inline int _soc_dai_ret(struct sn
|
||||
case -EPROBE_DEFER:
|
||||
case -ENOTSUPP:
|
||||
break;
|
||||
- default:
|
||||
- dev_err(dai->dev,
|
||||
- "ASoC: error at %s on %s: %d\n",
|
||||
- func, dai->name, ret);
|
||||
+ //default:
|
||||
+ // dev_err(dai->dev,
|
||||
+ // "ASoC: error at %s on %s: %d\n",
|
||||
+ // func, dai->name, ret);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
cat <<EOF >/storage/.config/profile.d/009-serial-number-path
|
||||
DEVICE_SERIAL_NUMBER_PATH=("/sys/firmware/devicetree/base/serial-number")
|
||||
EOF
|
||||
@@ -31,7 +31,7 @@ case ${DEVICE} in
|
||||
;;
|
||||
*)
|
||||
case ${DEVICE} in
|
||||
S922X|SM8550|SM8250|H700|SM8650|RK3566)
|
||||
S922X|SM8550|SM8250|H700|SM8650|RK3566|RK3399)
|
||||
PKG_VERSION="6.17.7"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user