Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643753 > unrolled thread
| Started by | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| First post | 2017-05-18 05:00 +0200 |
| Last post | 2017-05-18 09:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: sun8i: v3s: fix build of Lichee Pi Zero Dock dtb Icenowy Zheng <icenowy@aosc.io> - 2017-05-18 05:00 +0200
Re: [PATCH] ARM: sun8i: v3s: fix build of Lichee Pi Zero Dock dtb Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-18 09:50 +0200
| From | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| Date | 2017-05-18 05:00 +0200 |
| Subject | [PATCH] ARM: sun8i: v3s: fix build of Lichee Pi Zero Dock dtb |
| Message-ID | <tIjPs-3vN-5@gated-at.bofh.it> |
The Lichee Pi Zero Dock dtb file is not added to the Makefile, so that
it won't be built; and the file contains a problem that prevents it
from being correctly built.
Fix these issues.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
arch/arm/boot/dts/Makefile | 3 ++-
arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 9c5e1d944d1c..929a4167fcaa 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -905,7 +905,8 @@ dtb-$(CONFIG_MACH_SUN8I) += \
sun8i-h3-orangepi-plus.dtb \
sun8i-h3-orangepi-plus2e.dtb \
sun8i-r16-parrot.dtb \
- sun8i-v3s-licheepi-zero.dtb
+ sun8i-v3s-licheepi-zero.dtb \
+ sun8i-v3s-licheepi-zero-dock.dtb
dtb-$(CONFIG_MACH_SUN9I) += \
sun9i-a80-optimus.dtb \
sun9i-a80-cubieboard4.dtb
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
index d2bfccf47149..d1311098ea45 100644
--- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
+++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
@@ -42,6 +42,8 @@
#include "sun8i-v3s-licheepi-zero.dts"
+#include <dt-bindings/input/input.h>
+
/ {
model = "Lichee Pi Zero with Dock";
compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
--
2.12.2
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2017-05-18 09:50 +0200 |
| Message-ID | <tIom6-7a7-23@gated-at.bofh.it> |
| In reply to | #1643753 |
[Multipart message — attachments visible in raw view] — view raw
On Thu, May 18, 2017 at 10:53:32AM +0800, Icenowy Zheng wrote: > The Lichee Pi Zero Dock dtb file is not added to the Makefile, so that > it won't be built; and the file contains a problem that prevents it > from being correctly built. > > Fix these issues. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> I squashed it into the previous patch, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web