Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1416836 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-06-08 04:40 +0200 |
| Last post | 2016-06-08 10:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] ARM: dts: imx7d: move input header into base device tree Stefan Agner <stefan@agner.ch> - 2016-06-08 04:40 +0200
Re: [PATCH 2/3] ARM: dts: imx7d: move input header into base device tree Igor Grinberg <grinberg@compulab.co.il> - 2016-06-08 10:10 +0200
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-06-08 04:40 +0200 |
| Subject | [PATCH 2/3] ARM: dts: imx7d: move input header into base device tree |
| Message-ID | <rHBzr-2x9-1@gated-at.bofh.it> |
The base device tree uses KEY_POWER in the snvs-powerkey node,
hence include the input.h header file in the base device tree.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 1 -
arch/arm/boot/dts/imx7d-nitrogen7.dts | 1 -
arch/arm/boot/dts/imx7d-sdb.dts | 1 -
arch/arm/boot/dts/imx7s.dtsi | 1 +
4 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts
index 4863451..58b09bf 100644
--- a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts
+++ b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts
@@ -12,7 +12,6 @@
/dts-v1/;
-#include <dt-bindings/input/input.h>
#include "imx7d.dtsi"
/ {
diff --git a/arch/arm/boot/dts/imx7d-nitrogen7.dts b/arch/arm/boot/dts/imx7d-nitrogen7.dts
index 1ce9780..230a00b 100644
--- a/arch/arm/boot/dts/imx7d-nitrogen7.dts
+++ b/arch/arm/boot/dts/imx7d-nitrogen7.dts
@@ -42,7 +42,6 @@
/dts-v1/;
-#include <dt-bindings/input/input.h>
#include "imx7d.dtsi"
/ {
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index b267f79..a5022b3 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -42,7 +42,6 @@
/dts-v1/;
-#include <dt-bindings/input/input.h>
#include "imx7d.dtsi"
/ {
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index a5fd2d7..5a99e00 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -43,6 +43,7 @@
#include <dt-bindings/clock/imx7d-clock.h>
#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "imx7d-pinfunc.h"
#include "skeleton.dtsi"
--
2.8.3
[toc] | [next] | [standalone]
| From | Igor Grinberg <grinberg@compulab.co.il> |
|---|---|
| Date | 2016-06-08 10:10 +0200 |
| Subject | Re: [PATCH 2/3] ARM: dts: imx7d: move input header into base device tree |
| Message-ID | <rHGIO-64G-33@gated-at.bofh.it> |
| In reply to | #1416836 |
Hi Stefan, On 06/08/2016 05:37 AM, Stefan Agner wrote: > The base device tree uses KEY_POWER in the snvs-powerkey node, > hence include the input.h header file in the base device tree. > > Signed-off-by: Stefan Agner <stefan@agner.ch> Seems very reasonable. Acked-by: Igor Grinberg <grinberg@compulab.co.il> -- Regards, Igor.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web