arm64: dts: verdin-imx8mm: verdin-imx8mp: improve include notation
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Thu, 22 Sep 2022 16:29:19 +0000 (18:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 Oct 2022 13:08:50 +0000 (21:08 +0800)
Improve include notation. Usually only dtsi files from the same location
are included with an absolute path in quotes. Others should use a
relative path enclosed in angle brackets.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index bcab830c6e95ec32468abd9ccf827d801e1295ec..dae8302719897b49be46baf56252e5373295d228 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright 2022 Toradex
  */
 
-#include "dt-bindings/phy/phy-imx8-pcie.h"
-#include "dt-bindings/pwm/pwm.h"
+#include <dt-bindings/phy/phy-imx8-pcie.h>
+#include <dt-bindings/pwm/pwm.h>
 #include "imx8mm.dtsi"
 
 / {
index 7b712d1888eadfc6e4eb60282bc6cb3ddc32f9f9..e8b3f903cb8cf40eb52dd174586936da5347cd35 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright 2022 Toradex
  */
 
-#include "dt-bindings/pwm/pwm.h"
+#include <dt-bindings/phy/phy-imx8-pcie.h>
+#include <dt-bindings/pwm/pwm.h>
 #include "imx8mp.dtsi"
 
 / {