diff options
author | Dennis Gilmore <dgilmore@redhat.com> | 2021-07-15 04:56:29 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-09-15 17:50:16 +0200 |
commit | 53269f528860a40856f964c28445f8619f2272ef (patch) | |
tree | eae59bae79005cd193fbcb53c578d4954d81d2b8 /arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | |
parent | arm64: dts: rockchip: add support for Firefly ROC-RK3399-PC-PLUS (diff) | |
download | linux-53269f528860a40856f964c28445f8619f2272ef.tar.xz linux-53269f528860a40856f964c28445f8619f2272ef.zip |
arm64: dts: rockchip: set stdout-path on helios64
set the default output path to uart2
Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
Link: https://lore.kernel.org/r/20210715025635.70452-2-dgilmore@redhat.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts index 738cfd21df3e..d911a9a4f0f0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts @@ -43,6 +43,10 @@ vin-supply = <&vcc3v3_sys_s3>; }; + chosen { + stdout-path = "serial2:1500000n8"; + }; + clkin_gmac: external-gmac-clock { compatible = "fixed-clock"; clock-frequency = <125000000>; |