UPSTREAM: arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368
authorCaesar Wang <wxt@rock-chips.com>
Mon, 15 Feb 2016 03:30:58 +0000 (11:30 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 28 Feb 2017 10:02:34 +0000 (18:02 +0800)
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.

Change-Id: I0b868b6a2e1aac3eea21d6de4787b169a53ade5e
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from commit 04317584ff1ad6977ba37acf38d2c6b841ce20a4)

arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 5bced1c3bbeba722f2178364ef981fb505c4bd03..c17dc288dc03d2d3420a97adefb0410d49edc66e 100644 (file)
 
                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>;
                        };
                };