]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 15:03:23 +0000 (17:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 15:03:23 +0000 (17:03 +0200)
added patches:
mips-dts-bcm63268-add-missing-properties-to-the-twd-node.patch

queue-6.1/mips-dts-bcm63268-add-missing-properties-to-the-twd-node.patch [new file with mode: 0644]
queue-6.1/series

diff --git a/queue-6.1/mips-dts-bcm63268-add-missing-properties-to-the-twd-node.patch b/queue-6.1/mips-dts-bcm63268-add-missing-properties-to-the-twd-node.patch
new file mode 100644 (file)
index 0000000..a80ca70
--- /dev/null
@@ -0,0 +1,40 @@
+From 24b333a866a10d4be47b9968b9c05a3e9f326ff5 Mon Sep 17 00:00:00 2001
+From: Florian Fainelli <f.fainelli@gmail.com>
+Date: Tue, 20 Dec 2022 11:09:46 -0800
+Subject: MIPS: dts: bcm63268: Add missing properties to the TWD node
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+From: Florian Fainelli <f.fainelli@gmail.com>
+
+commit 24b333a866a10d4be47b9968b9c05a3e9f326ff5 upstream.
+
+We currently have a DTC warning with the current DTS due to the lack of
+a suitable #address-cells and #size-cells property:
+
+  DTC     arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dtb
+arch/mips/boot/dts/brcm/bcm63268.dtsi:115.5-22: Warning (reg_format): /ubus/timer-mfd@10000080/timer@0:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
+arch/mips/boot/dts/brcm/bcm63268.dtsi:120.5-22: Warning (reg_format): /ubus/timer-mfd@10000080/watchdog@1c:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
+arch/mips/boot/dts/brcm/bcm63268.dtsi:111.4-35: Warning (ranges_format): /ubus/timer-mfd@10000080:ranges: "ranges" property has invalid length (12 bytes) (parent #address-cells == 1, child #address-cells == 2, #size-cells == 1)
+
+Fixes: d3db4b96ab7f ("mips: dts: bcm63268: add TWD block timer")
+Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
+Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
+Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ arch/mips/boot/dts/brcm/bcm63268.dtsi |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/arch/mips/boot/dts/brcm/bcm63268.dtsi
++++ b/arch/mips/boot/dts/brcm/bcm63268.dtsi
+@@ -109,6 +109,8 @@
+                       compatible = "brcm,bcm7038-twd", "simple-mfd", "syscon";
+                       reg = <0x10000080 0x30>;
+                       ranges = <0x0 0x10000080 0x30>;
++                      #address-cells = <1>;
++                      #size-cells = <1>;
+                       wdt: watchdog@1c {
+                               compatible = "brcm,bcm7038-wdt";
index aac4c8418ea5ad368ffb037a919a00b6dd3a6b2c..ba4843d2ce6fddf65a59cb800ac5bef3994e5da5 100644 (file)
@@ -90,3 +90,4 @@ acpica-revert-acpica-avoid-info-mapping-multiple-bar.patch
 firmware-psci-fix-return-value-from-psci_system_susp.patch
 rdma-mlx5-add-check-for-srq-max_sge-attribute.patch
 kbuild-remove-support-for-clang-s-thinlto-caching.patch
+mips-dts-bcm63268-add-missing-properties-to-the-twd-node.patch