Skip to content

Commit

Permalink
ayufan: dts: pinebook-pro: disable stdout-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Aug 22, 2019
1 parent b0c6b4a commit afadea9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
Expand Up @@ -24,7 +24,10 @@
chosen {
// disable USB autosuspend as this solves USB stability issues
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 no_console_suspend=1 usbcore.autosuspend=-1 video=eDP-1:1920x1080@60";
stdout-path = "serial2:1500000n8";

// disable stdout-path as it causes instability due
// to sound card power leak
//stdout-path = "serial2:1500000n8";
};

reserved-memory {
Expand Down

0 comments on commit afadea9

Please sign in to comment.