? 2016?02?09? 16:30, Heiko Stuebner ??: > Hi Caesar, > > Am Montag, 9. November 2015, 12:49:01 schrieb Caesar Wang: >> This patch add the thermal needed info on RK3368. >> Meanwhile, support the trips to throttle for thermal. >> >> Signed-off-by: Caesar Wang <wxt at rock-chips.com> >> Acked-by: Eduardo Valentin <edubezval at gmail.com> > [...] > >> @@ -829,6 +855,16 @@ >> }; >> }; >> >> + tsadc { >> + otp_gpio: otp-gpio { >> + rockchip,pins = <0 10 RK_FUNC_GPIO &pcfg_pull_none>; >> + }; >> + >> + otp_out: otp-out { >> + rockchip,pins = <0 10 RK_FUNC_1 &pcfg_pull_none>; >> + }; >> + }; >> + >> uart0 { >> uart0_xfer: uart0-xfer { >> rockchip,pins = <2 24 RK_FUNC_1 &pcfg_pull_up>, > As it came up just now, these pinctrl settings seem strange. I.e. according > to the TRM gpio0b2 [= gpio0 10] func_1 is sc_rst, which seems to be the > smartcard controller? > > It came up because it seems the Tronsmart R68 board seems to use this pin > for controlling the vcc_host regulator instead. Yep, that's the incorrect over-temperature protection pin. :-( Fixed in https://patchwork.kernel.org/patch/8308831/ Thanks Heiko. > > Heiko > > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip -- Thanks, Caesar