diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-02-24 12:38:50 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-12 12:09:08 +0300 |
commit | 3df83c9168a707b704c9a7a28887e0ad5a861ae2 (patch) | |
tree | 80a387026f31438a39a14866e2d7ef1d19e1e0a9 /arch/mips/boot/dts/brcm/bcm97362svmb.dts | |
parent | 043d7f9713b765f26b4341528d96931eb5446653 (diff) | |
download | linux-3df83c9168a707b704c9a7a28887e0ad5a861ae2.tar.xz |
mips: dts: brcm: allow including header files
Change /include/ with #include in order to be able to include header files
from dt-bindings.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97362svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97362svmb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index df8b755c390f..97aeb51b6831 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 /dts-v1/; -/include/ "bcm7362.dtsi" -/include/ "bcm97xxx-nand-cs1-bch4.dtsi" +#include "bcm7362.dtsi" +#include "bcm97xxx-nand-cs1-bch4.dtsi" / { compatible = "brcm,bcm97362svmb", "brcm,bcm7362"; |