diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-07-26 23:04:31 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-08 20:03:51 +0200 |
commit | 97c6d82b0f0a5a5e3f80a1554ae96c07aaa75dfe (patch) | |
tree | 84345a08b0f5c537a687d92892975c80e9edb26b /arch/arm/boot/dts/Makefile | |
parent | 1ff4023aabffd4efbc4fa80fbed8b1e43c40ac55 (diff) | |
download | lwn-97c6d82b0f0a5a5e3f80a1554ae96c07aaa75dfe.tar.gz lwn-97c6d82b0f0a5a5e3f80a1554ae96c07aaa75dfe.zip |
ARM: dts: sun8i: Add dts file for the Orange Pi PC Plus SBC
There is a new Orange Pi PC *Plus* version available now,
this is an extended version of the regular Orange Pi PC
with sdio wifi and an eMMC.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
[Maxime: Fix model and compatible]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index faacd52370d2..6b3bdb6f7e7f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -791,6 +791,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-h3-orangepi-2.dtb \ sun8i-h3-orangepi-one.dtb \ sun8i-h3-orangepi-pc.dtb \ + sun8i-h3-orangepi-pc-plus.dtb \ sun8i-h3-orangepi-plus.dtb \ sun8i-r16-parrot.dtb dtb-$(CONFIG_MACH_SUN9I) += \ |