Skip to content

Commit

Permalink
arm64: dts: verdin-imx8mm: verdin-imx8mp: improve include notation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ziswiler authored and Shawn Guo committed Oct 23, 2022
1 parent c47d7b7 commit 94bbd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/ {
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/ {
Expand Down

0 comments on commit 94bbd9d

Please sign in to comment.