arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 17 Oct 2018 09:18:30 +0000 (11:18 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 5 Nov 2018 07:34:20 +0000 (08:34 +0100)
commit13682e524167cbd7e2a26c5e91bec765f0f96273
tree5da034b16b3cb9ce458dd8ee45af053ac3447e4e
parent651022382c7f8da46cb4872a545ee1da6d097d2a
arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues

When the performance governor is set as default, the rock960 hangs
around one minute after booting, whatever the activity is (idle, key
pressed, loaded, ...).

Based on the commit log found at https://patchwork.kernel.org/patch/10092377/

"vdd_log has no consumer and therefore will not be set to a specific
voltage. Still the PWM output pin gets configured and thence the vdd_log
output voltage will changed from it's default. Depending on the idle
state of the PWM this will slightly over or undervoltage the logic supply
of the RK3399 and cause instability with GbE (undervoltage) and PCIe
(overvoltage). Since the default value set by a voltage divider is the
correct supply voltage and we don't need to change it during runtime we
remove the rail from the devicetree completely so the PWM pin will not
be configured."

After removing the vdd-log from the rock960's specific DT, the board
does no longer hang and shows a stable behavior.

Apply the same change for the rock960 by removing the vdd-log from the
DT.

Fixes: 874846f1fccd ("arm64: dts: rockchip: add 96boards RK3399 Ficus board")
Cc: stable@vger.kernel.org
Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi