[PATCH] arm64: dts: meson-s4: include meson-s4-gpio.h

Huqiang Qin posted 1 patch 3 years, 7 months ago
There is a newer version of this series
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: meson-s4: include meson-s4-gpio.h
Posted by Huqiang Qin 3 years, 7 months ago
Add the included meson-s4-gpio.h in the meson-s4.dtsi

Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
---
 arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
index ad50cba42d19..44cce8b0fcef 100644
--- a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
@@ -6,6 +6,7 @@
 #include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/gpio/meson-s4-gpio.h>
 
 / {
 	cpus {
-- 
2.37.1
Re: [PATCH] arm64: dts: meson-s4: include meson-s4-gpio.h
Posted by Krzysztof Kozlowski 3 years, 7 months ago
On 25/08/2022 14:51, Huqiang Qin wrote:
> Add the included meson-s4-gpio.h in the meson-s4.dtsi
> 

Why? We can see what you did here, but commit msg should explain why you
do it...

Best regards,
Krzysztof