summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCaesar Wang <wxt@rock-chips.com>2016-02-15 03:30:58 (GMT)
committerHeiko Stuebner <heiko@sntech.de>2016-03-26 23:54:39 (GMT)
commit04317584ff1ad6977ba37acf38d2c6b841ce20a4 (patch)
tree23d8646e460c9660457449c771a156d6317db9d6 /arch
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
downloadlinux-04317584ff1ad6977ba37acf38d2c6b841ce20a4.tar.xz
arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368
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> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi4
1 files 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>;
};
};