Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1334121 > unrolled thread

[PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368

Started byCaesar Wang <wxt@rock-chips.com>
First post2016-02-15 04:40 +0100
Last post2016-02-15 22:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368 Caesar Wang <wxt@rock-chips.com> - 2016-02-15 04:40 +0100
    Re: [PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368 Heiko Stuebner <heiko@sntech.de> - 2016-02-15 22:20 +0100

#1334121 — [PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368

FromCaesar Wang <wxt@rock-chips.com>
Date2016-02-15 04:40 +0100
Subject[PATCH] arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368
Message-ID<r2ib0-3Gn-9@gated-at.bofh.it>
This patch fixes the incorrect Over-temperature protection pin.
since the rk3368 io list said the otp pin is gpio0a3.

Anyway, that should be fixed in here.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
---

 arch/arm64/boot/dts/rockchip/rk3368.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 49d1191..3949163 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -926,11 +926,11 @@
 
 		tsadc {
 			otp_gpio: otp-gpio {
-				rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>;
+				rockchip,pins = <0 3 RK_FUNC_GPIO &pcfg_pull_none>;
 			};
 
 			otp_out: otp-out {
-				rockchip,pins = <0 10 RK_FUNC_1 &pcfg_pull_none>;
+				rockchip,pins = <0 3 RK_FUNC_1 &pcfg_pull_none>;
 			};
 		};
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1334835

FromHeiko Stuebner <heiko@sntech.de>
Date2016-02-15 22:20 +0100
Message-ID<r2yIO-6Cx-7@gated-at.bofh.it>
In reply to#1334121
Hi Caesar,

Am Montag, 15. Februar 2016, 11:30:58 schrieb Caesar Wang:
> This patch fixes the incorrect Over-temperature protection pin.
> since the rk3368 io list said the otp pin is gpio0a3.
> 
> Anyway, that should be fixed in here.
> 
> Signed-off-by: Caesar Wang <wxt@rock-chips.com>

applied to my dts branch for 4.6

Thanks
Heiko

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web