diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-05-31 18:17:57 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 07:29:23 -0600 |
commit | 4411cd054bd000ee26c3ff2650561af19811e74e (patch) | |
tree | 20d600328d961bef851860204013f3cf3d47f6d8 /arch/arm | |
parent | 3b89461b4014216b9ca03997e50236c317b38037 (diff) |
rockchip: dts: rk3399-puma: make the debug serial dm-pre-reloc
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/rk3399-puma.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-puma.dts b/arch/arm/dts/rk3399-puma.dts index a234db8134..5d9dfb541c 100644 --- a/arch/arm/dts/rk3399-puma.dts +++ b/arch/arm/dts/rk3399-puma.dts @@ -107,6 +107,7 @@ }; &uart0 { + u-boot,dm-pre-reloc; status = "okay"; }; |