summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Yan <[email protected]>2017-07-24 17:52:24 +0800
committerPhilipp Tomsich <[email protected]>2017-07-27 14:59:04 +0200
commit86b1122a844790bf548ec5245872e8a10a791351 (patch)
treed99df3b72b24cf760847e50ffb57ea354127a3cd
parent77c17f43543735a6b8e74e49793320ae82b25d6d (diff)
rockchip: add u-boot specific dts for rk3036 sdk
Add this dts to enable debug uart releated devices before relocation. Signed-off-by: Andy Yan <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
-rw-r--r--arch/arm/dts/rk3036-sdk-u-boot.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3036-sdk-u-boot.dtsi b/arch/arm/dts/rk3036-sdk-u-boot.dtsi
new file mode 100644
index 00000000000..6f15f4a8ec7
--- /dev/null
+++ b/arch/arm/dts/rk3036-sdk-u-boot.dtsi
@@ -0,0 +1,11 @@
+&uart2 {
+ u-boot,dm-pre-reloc;
+};
+
+&grf {
+ u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+ u-boot,dm-pre-reloc;
+};