Add this dts to enable debug uart releated devices before relocation. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>master
parent
77c17f4354
commit
86b1122a84
@ -0,0 +1,11 @@ |
||||
&uart2 { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
||||
|
||||
&grf { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
||||
|
||||
&pinctrl { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
Loading…
Reference in new issue