diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2018-04-18 11:13:44 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-04-25 22:20:05 +0200 |
commit | 7abb7e8fcb653c1b2bef7a30f83d3a97777fd3bc (patch) | |
tree | e8909e3c62df96e20ef9fb12ebb4ffa059b14cfe /arch/arm/dts/rk3188-radxarock.dts | |
parent | e0e1d3f98c78926b7dcff19244377ae1c545bab5 (diff) | |
download | u-boot-7abb7e8fcb653c1b2bef7a30f83d3a97777fd3bc.tar.gz |
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.dts')
-rw-r--r-- | arch/arm/dts/rk3188-radxarock.dts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/dts/rk3188-radxarock.dts b/arch/arm/dts/rk3188-radxarock.dts index 5f5b5e9a1f..0fc4f54af2 100644 --- a/arch/arm/dts/rk3188-radxarock.dts +++ b/arch/arm/dts/rk3188-radxarock.dts @@ -7,6 +7,7 @@ /dts-v1/; #include <dt-bindings/input/input.h> #include "rk3188.dtsi" +#include "rk3188-radxarock-u-boot.dtsi" / { model = "Radxa Rock"; @@ -356,11 +357,6 @@ status = "okay"; }; -&uart2 { - status = "okay"; - u-boot,dm-spl; -}; - &uart3 { status = "okay"; }; |