diff options
author | Álvaro Fernández Rojas | 2021-02-24 10:38:51 +0100 |
---|---|---|
committer | Thomas Bogendoerfer | 2021-03-12 10:09:24 +0100 |
commit | c0a4e8b0f35278b46aabd91d7cd343f3aa48703a (patch) | |
tree | aca3e156d211d95f99060122020be4d55ef6ef5f /arch/mips/boot | |
parent | 3df83c9168a707b704c9a7a28887e0ad5a861ae2 (diff) |
mips: bmips: bcm3368: include dt-bindings
Now that there are proper device tree bindings we can start using them.
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')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm3368.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm3368.dtsi b/arch/mips/boot/dts/brcm/bcm3368.dtsi index 69cbef472377..db7e801dad55 100644 --- a/arch/mips/boot/dts/brcm/bcm3368.dtsi +++ b/arch/mips/boot/dts/brcm/bcm3368.dtsi @@ -1,4 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 + +#include "dt-bindings/clock/bcm3368-clock.h" + / { #address-cells = <1>; #size-cells = <1>; |