]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2023 16:07:07 +0000 (17:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2023 16:07:07 +0000 (17:07 +0100)
added patches:
staging-mt7621-dts-change-palmbus-address-to-lower-case.patch

queue-5.15/series
queue-5.15/staging-mt7621-dts-change-palmbus-address-to-lower-case.patch [new file with mode: 0644]

index f0dcbdbfb90b31d52bbf1982e42a8134026b43e6..5835442eb991df1318aa19e12d8ceeb03ce85d8f 100644 (file)
@@ -10,3 +10,4 @@ ib-hfi1-assign-npages-earlier.patch
 neigh-make-sure-used-and-confirmed-times-are-valid.patch
 hid-core-fix-deadloop-in-hid_apply_multiplier.patch
 x86-cpu-add-lunar-lake-m.patch
+staging-mt7621-dts-change-palmbus-address-to-lower-case.patch
diff --git a/queue-5.15/staging-mt7621-dts-change-palmbus-address-to-lower-case.patch b/queue-5.15/staging-mt7621-dts-change-palmbus-address-to-lower-case.patch
new file mode 100644 (file)
index 0000000..3837810
--- /dev/null
@@ -0,0 +1,31 @@
+From efbc7bd90f60c71b8e786ee767952bc22fc3666d Mon Sep 17 00:00:00 2001
+From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
+Date: Tue, 19 Oct 2021 12:29:14 +0200
+Subject: staging: mt7621-dts: change palmbus address to lower case
+
+From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
+
+commit efbc7bd90f60c71b8e786ee767952bc22fc3666d upstream.
+
+Hexadecimal addresses in device tree must be defined using lower case.
+Change missing one in 'gbpc1.dts' file.
+
+Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
+Link: https://lore.kernel.org/r/20211019102915.15409-1-sergio.paracuellos@gmail.com
+Cc: Arınç ÜNAL <arinc.unal@arinc9.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/staging/mt7621-dts/gbpc1.dts |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/staging/mt7621-dts/gbpc1.dts
++++ b/drivers/staging/mt7621-dts/gbpc1.dts
+@@ -19,7 +19,7 @@
+               bootargs = "console=ttyS0,57600";
+       };
+-      palmbus: palmbus@1E000000 {
++      palmbus: palmbus@1e000000 {
+               i2c@900 {
+                       status = "okay";
+               };