Patch "arm64: dts: rockchip: fix input enable pinconf on rk3399" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

    arm64: dts: rockchip: fix input enable pinconf on rk3399

to the 6.1-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-rockchip-fix-input-enable-pinconf-on-rk339.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 25e1e1f38cc6e42811178ee60192cfedcf9260be
Author: Arnaud Ferraris <arnaud.ferraris@xxxxxxxxxxxxx>
Date:   Thu Dec 15 11:19:47 2022 +0100

    arm64: dts: rockchip: fix input enable pinconf on rk3399
    
    [ Upstream commit 6f515b663d49a14fb63f8c5d0a2a4ae53d44790a ]
    
    When the input enable pinconf was introduced, a default drive-strength
    value of 2 was set for the pull up/down configs. However, this parameter
    is unneeded when configuring the pin as input, and having a single
    hardcoded value here is actually harmful: GPIOs on the RK3399 have
    various same drive-strength capabilities depending on the bank and port
    they belong to.
    
    As an example, trying to configure the GPIO4_PD3 pin as an input with
    pull-up enabled fails with the following output:
    
      [   10.706542] rockchip-pinctrl pinctrl: unsupported driver strength 2
      [   10.713661] rockchip-pinctrl pinctrl: pin_config_set op failed for pin 155
    
    (acceptable drive-strength values for this pin being 3, 6, 9 and 12)
    
    Let's drop the drive-strength property from all input pinconfs in order
    to solve this issue.
    
    Fixes: ec48c3e82ca3 ("arm64: dts: rockchip: add an input enable pinconf to rk3399")
    Signed-off-by: Arnaud Ferraris <arnaud.ferraris@xxxxxxxxxxxxx>
    Reviewed-by: Caleb Connolly <kc@xxxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20221215101947.254896-1-arnaud.ferraris@xxxxxxxxxxxxx
    Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 92c2207e686ce..59858f2dc8b9f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -2221,13 +2221,11 @@ pcfg_input_enable: pcfg-input-enable {
 		pcfg_input_pull_up: pcfg-input-pull-up {
 			input-enable;
 			bias-pull-up;
-			drive-strength = <2>;
 		};
 
 		pcfg_input_pull_down: pcfg-input-pull-down {
 			input-enable;
 			bias-pull-down;
-			drive-strength = <2>;
 		};
 
 		clock {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux