This is a note to let you know that I've just added the patch titled Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration" to the 6.0-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: revert-dt-bindings-pinctrl-zynqmp-add-output-enable-configuration.patch and it can be found in the queue-6.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From ff8356060e3a5e126abb5e1f6b6e9931c220dec2 Mon Sep 17 00:00:00 2001 From: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> Date: Mon, 17 Oct 2022 18:33:03 +0530 Subject: Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration" From: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> commit ff8356060e3a5e126abb5e1f6b6e9931c220dec2 upstream. This reverts commit 133ad0d9af99bdca90705dadd8d31c20bfc9919f. On systems with older PMUFW (Xilinx ZynqMP Platform Management Firmware) using these pinctrl properties can cause system hang because there is missing feature autodetection. When this feature is implemented, support for these two properties should bring back. Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@xxxxxxx> Acked-by: Michal Simek <michal.simek@xxxxxxx> Link: https://lore.kernel.org/r/20221017130303.21746-3-sai.krishna.potthuri@xxxxxxx Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- .../devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml index 1e2b9b627b12..2722dc7bb03d 100644 --- a/Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml @@ -274,10 +274,6 @@ patternProperties: slew-rate: enum: [0, 1] - output-enable: - description: - This will internally disable the tri-state for MIO pins. - drive-strength: description: Selects the drive strength for MIO pins, in mA. -- 2.38.1 Patches currently in stable-queue which might be from sai.krishna.potthuri@xxxxxxx are queue-6.0/revert-pinctrl-pinctrl-zynqmp-add-support-for-output-enable-and-bias-high-impedance.patch queue-6.0/revert-dt-bindings-pinctrl-zynqmp-add-output-enable-configuration.patch