diff options
author | Paul Barker <paul.barker@sancloud.com> | 2021-07-20 11:39:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-07-27 11:53:01 +0300 |
commit | e48d54c1dfe7d99d4f030ebd0c60a6ba802ba465 (patch) | |
tree | 89df9cfbacf3017d087cc13a818aac88dfe8f7e8 /arch/arm/boot/dts/Makefile | |
parent | 3ed926537376a5b879d07e1dafd481acf4ba9d58 (diff) | |
download | linux-e48d54c1dfe7d99d4f030ebd0c60a6ba802ba465.tar.xz |
ARM: dts: am335x-sancloud-bbe-lite: New devicetree
This adds support for the Sancloud BBE Lite which shares a common
hardware base with the non-Lite version of the BBE.
Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 863347b6b65e..8da525e7f0ab 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -843,6 +843,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-pocketbeagle.dtb \ am335x-regor-rdk.dtb \ am335x-sancloud-bbe.dtb \ + am335x-sancloud-bbe-lite.dtb \ am335x-shc.dtb \ am335x-sbc-t335.dtb \ am335x-sl50.dtb \ |