summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2018-04-18 11:13:44 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-04-25 22:20:05 +0200
commit7abb7e8fcb653c1b2bef7a30f83d3a97777fd3bc (patch)
treee8909e3c62df96e20ef9fb12ebb4ffa059b14cfe /arch/arm/dts/rk3188-radxarock-u-boot.dtsi
parente0e1d3f98c78926b7dcff19244377ae1c545bab5 (diff)
rockchip: rk3188: add -u-boot.dtsi for rock-rk3188
We should a -u-boot.dtsi for those config need by U-Boot only, and other part sync with kernel. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/rk3188-radxarock-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3188-radxarock-u-boot.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
new file mode 100644
index 0000000000..5d650b17ef
--- /dev/null
+++ b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+&cru {
+ u-boot,dm-spl;
+};
+
+&pinctrl {
+ u-boot,dm-spl;
+};
+
+&uart2 {
+ status = "okay";
+ u-boot,dm-spl;
+};