This is a note to let you know that I've just added the patch titled arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property to the 5.10-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: arm64-dts-mediatek-mt8183-kukui-drop-bogus-output-en.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 85e60efb8fdc58eb4e94899c54c76eece5f4c879 Author: Chen-Yu Tsai <wenst@xxxxxxxxxxxx> Date: Fri Apr 12 15:56:12 2024 +0800 arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property [ Upstream commit e9a9055fdcdc1e5a27cef118c5b4f09cdd2fa28e ] The "output-enable" property is set on uart1's RTS pin. This is bogus because the hardware does not actually have a controllable output buffer. Secondly, the implementation incorrectly treats this property as a request to switch the pin to GPIO output. This does not fit the intended semantic of "output-enable" and it does not have any affect either because the pin is muxed to the UART function, not the GPIO function. Drop the property. Fixes: cd894e274b74 ("arm64: dts: mt8183: Add krane-sku176 board") Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx> Link: https://lore.kernel.org/r/20240412075613.1200048-1-wenst@xxxxxxxxxxxx Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi index a4f860bb4a842..ad8b11267c7d2 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -628,7 +628,6 @@ pins_tx { }; pins_rts { pinmux = <PINMUX_GPIO47__FUNC_URTS1>; - output-enable; }; pins_cts { pinmux = <PINMUX_GPIO46__FUNC_UCTS1>; @@ -647,7 +646,6 @@ pins_tx { }; pins_rts { pinmux = <PINMUX_GPIO47__FUNC_URTS1>; - output-enable; }; pins_cts { pinmux = <PINMUX_GPIO46__FUNC_UCTS1>;