diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-02-16 17:30:42 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-02-16 17:30:42 +0100 |
commit | 5418820574d2b4d1da092a2f2d770e63d7ac520b (patch) | |
tree | d9bf520343d19b8e6d2ec361aaff1afe46a50fbb /arch/arm/boot/dts/Makefile | |
parent | Merge tag 'davinci-for-v4.11/dt-2' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
parent | ARM: dts: am335x-chiliboard: Support charger (diff) | |
download | linux-5418820574d2b4d1da092a2f2d770e63d7ac520b.tar.xz linux-5418820574d2b4d1da092a2f2d770e63d7ac520b.zip |
Merge tag 'omap-for-v4.11/dt-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
Pull "Few more late dts changes for omaps for v4.11 merge window" from Tony Lindgren:
- Add support for phyCORE-AM335x PCM-953 carrier board
- Add power button and charger support for am335x-chiliboard
* tag 'omap-for-v4.11/dt-late' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: am335x-chiliboard: Support charger
ARM: dts: am335x-chiliboard: Support power button
ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board
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 06d281bc3a67..3a530968964f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -588,6 +588,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-lxm.dtb \ am335x-nano.dtb \ am335x-pepper.dtb \ + am335x-phycore-rdk.dtb \ am335x-shc.dtb \ am335x-sbc-t335.dtb \ am335x-sl50.dtb \ |