Patch "ARM: dts: gpio-ranges property is now required" has been added to the 5.4-stable tree

gregkh at linuxfoundation.org gregkh at linuxfoundation.org
Thu Jan 27 08:01:49 PST 2022


This is a note to let you know that I've just added the patch titled

    ARM: dts: gpio-ranges property is now required

to the 5.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-gpio-ranges-property-is-now-required.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.


>From foo at baz Thu Jan 27 04:40:37 PM CET 2022
From: Florian Fainelli <f.fainelli at gmail.com>
Date: Tue, 25 Jan 2022 11:42:22 -0800
Subject: ARM: dts: gpio-ranges property is now required
To: stable at vger.kernel.org
Cc: Phil Elwell <phil at raspberrypi.com>, Stefan Wahren <stefan.wahren at i2se.com>, Florian Fainelli <f.fainelli at gmail.com>, Jan Kiszka <jan.kiszka at web.de>, Linus Walleij <linus.walleij at linaro.org>, Olof Johansson <olof at lixom.net>, Rob Herring <robh+dt at kernel.org>, Mark Rutland <mark.rutland at arm.com>, Ray Jui <rjui at broadcom.com>, Scott Branden <sbranden at broadcom.com>, bcm-kernel-feedback-list at broadcom.com (maintainer:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE...), Eric Anholt <eric at anholt.net>, Stefan Wahren <wahrenst at gmx.net>, Nicolas Saenz Julienne <nsaenz at kernel.org>, devicetree at vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel at vger.kernel.org (open list), linux-gpio at vger.kernel.org (open list:PIN CONTROL SUBSYSTEM), linux-rpi-kernel at lists.infradead.org (moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE), linux-arm-kernel at lists.infradead.org (moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE)
Message-ID: <20220125194222.12783-8-f.fainelli at gmail.com>

From: Phil Elwell <phil at raspberrypi.com>

commit c8013355ead68dce152cf426686f8a5f80d88b40 upstream

Since [1], added in 5.7, the absence of a gpio-ranges property has
prevented GPIOs from being restored to inputs when released.
Add those properties for BCM283x and BCM2711 devices.

[1] commit 2ab73c6d8323 ("gpio: Support GPIO controllers without
    pin-ranges")

Link: https://lore.kernel.org/r/20220104170247.956760-1-linus.walleij@linaro.org
Fixes: 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges")
Fixes: 266423e60ea1 ("pinctrl: bcm2835: Change init order for gpio hogs")
Reported-by: Stefan Wahren <stefan.wahren at i2se.com>
Reported-by: Florian Fainelli <f.fainelli at gmail.com>
Reported-by: Jan Kiszka <jan.kiszka at web.de>
Signed-off-by: Phil Elwell <phil at raspberrypi.com>
Acked-by: Florian Fainelli <f.fainelli at gmail.com>
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Link: https://lore.kernel.org/r/20211206092237.4105895-3-phil@raspberrypi.com
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
Acked-by: Florian Fainelli <f.fainelli at gmail.com>
Signed-off-by: Olof Johansson <olof at lixom.net>
[florian: Remove bcm2711.dtsi hunk which does not exist in 5.4]
Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 arch/arm/boot/dts/bcm283x.dtsi |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -183,6 +183,7 @@
 
 			interrupt-controller;
 			#interrupt-cells = <2>;
+			gpio-ranges = <&gpio 0 0 54>;
 
 			/* Defines pin muxing groups according to
 			 * BCM2835-ARM-Peripherals.pdf page 102.


Patches currently in stable-queue which might be from f.fainelli at gmail.com are

queue-5.4/pinctrl-bcm2835-drop-unused-define.patch
queue-5.4/arm-dts-gpio-ranges-property-is-now-required.patch
queue-5.4/pinctrl-bcm2835-add-support-for-wake-up-interrupts.patch
queue-5.4/pinctrl-bcm2835-change-init-order-for-gpio-hogs.patch
queue-5.4/pinctrl-bcm2835-refactor-platform-data.patch
queue-5.4/pinctrl-bcm2835-match-bcm7211-compatible-string.patch
queue-5.4/pinctrl-bcm2835-add-support-for-all-gpios-on-bcm2711.patch



More information about the linux-arm-kernel mailing list