Skip to content

Commit afadea9

Browse files
committed
ayufan: dts: pinebook-pro: disable stdout-path
1 parent b0c6b4a commit afadea9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
chosen {
2525
// disable USB autosuspend as this solves USB stability issues
2626
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 no_console_suspend=1 usbcore.autosuspend=-1 video=eDP-1:1920x1080@60";
27-
stdout-path = "serial2:1500000n8";
27+
28+
// disable stdout-path as it causes instability due
29+
// to sound card power leak
30+
//stdout-path = "serial2:1500000n8";
2831
};
2932

3033
reserved-memory {

0 commit comments

Comments
 (0)