diff options
author | Sai Krishna Potthuri <sai.krishna.potthuri@amd.com> | 2022-10-17 18:33:03 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-10-18 09:50:29 +0200 |
commit | ff8356060e3a5e126abb5e1f6b6e9931c220dec2 (patch) | |
tree | f4e9fa7641c5db398d6ad23ae8d2a849e87fbf98 /Documentation | |
parent | 9989bc33c4894e0751679b91fc6eb585772487b9 (diff) | |
download | linux-stable-ff8356060e3a5e126abb5e1f6b6e9931c220dec2.tar.gz linux-stable-ff8356060e3a5e126abb5e1f6b6e9931c220dec2.tar.bz2 linux-stable-ff8356060e3a5e126abb5e1f6b6e9931c220dec2.zip |
Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration"
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@vger.kernel.org
Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@amd.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221017130303.21746-3-sai.krishna.potthuri@amd.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 4 |
1 files changed, 0 insertions, 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. |