diff options
author | Heiko Stübner <heiko@sntech.de> | 2015-07-17 00:34:53 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-17 10:35:32 -0700 |
commit | b790c2cab5ca641804c2e48c7506e166fff5a442 (patch) | |
tree | 5ea6068709ff89c2a252aff9a94f9d4a169178ce /arch/arm64/boot/dts/Makefile | |
parent | ee0ee14ebf3a15bb1d189a4e80f0dea084faad5f (diff) | |
download | talos-op-linux-b790c2cab5ca641804c2e48c7506e166fff5a442.tar.gz talos-op-linux-b790c2cab5ca641804c2e48c7506e166fff5a442.zip |
arm64: dts: add Rockchip rk3368 core dtsi and board dts for the r88 board
In terms of peripherals the rk3368 is quite similar to the rk3288, which
makes it possible to have a lot basic components working in the first go.
More to follow once I tracked down all the tiny differences that still
exist in some parts.
With these dts files, the R88 board is able to boot from an attached
usb device and most likely from its emmc too, if the emmc uses a standard
partition table instead of Rockchip's own one - the emmc itself is
detected correctly.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index 38913be23695..0c57290c8ba9 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -7,6 +7,7 @@ dts-dirs += freescale dts-dirs += hisilicon dts-dirs += mediatek dts-dirs += qcom +dts-dirs += rockchip dts-dirs += sprd dts-dirs += xilinx |