summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2024-03-08 16:46:07 +0100
committerHeiko Stuebner <heiko@sntech.de>2024-03-24 23:24:08 +0100
commite6b1168f37e3f86d9966276c5a3fff9eb0df3e5f (patch)
treed6cf682516ec4f726f0fccfb2cfe7c87da62e0af
parentf0abb4b2c7acf3c3e4130dc3f54cd90cf2ae62bc (diff)
downloadlinux-stable-e6b1168f37e3f86d9966276c5a3fff9eb0df3e5f.tar.gz
linux-stable-e6b1168f37e3f86d9966276c5a3fff9eb0df3e5f.tar.bz2
linux-stable-e6b1168f37e3f86d9966276c5a3fff9eb0df3e5f.zip
arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
The Q7_USB_ID has a diode used as a level-shifter, and is used as an input pin. The SoC default for this pin is a pull-up, which is correct but the pinconf in the introducing commit missed that, so let's fix this oversight. Fixes: ed2c66a95c0c ("arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode") Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20240308-puma-diode-pu-v2-1-309f83da110a@theobroma-systems.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
index 214ea62b24a5..a51ebb8f8b80 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
@@ -459,7 +459,7 @@
usb3 {
usb3_id: usb3-id {
rockchip,pins =
- <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
+ <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};