diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2015-06-12 13:37:26 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-14 04:15:11 -0700 |
commit | 3353b693a1af39e1ecb5292d9a2c2771acdd67ff (patch) | |
tree | 23c60fc8512bec5b4b16a45eff5c4bb66263ffe3 /arch/arm/boot/dts/Makefile | |
parent | 98ce6007efb4bf70f035d4187c2ea59a8c4a455a (diff) | |
download | talos-op-linux-3353b693a1af39e1ecb5292d9a2c2771acdd67ff.tar.gz talos-op-linux-3353b693a1af39e1ecb5292d9a2c2771acdd67ff.zip |
ARM: dts: overo: Add device tree for Palo35 board
Also, reduce the maximum SPI device speed to the max. supported by the
LCD controller used on the LGPhilips LB035Q02 panel for this board.
Signed-off-by: Ash Charles <ashcharles@gmail.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index c29485fd34a3..1c62928587e0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -409,10 +409,12 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ omap3-overo-alto35.dtb \ omap3-overo-chestnut43.dtb \ omap3-overo-gallop43.dtb \ + omap3-overo-palo35.dtb \ omap3-overo-palo43.dtb \ omap3-overo-storm-alto35.dtb \ omap3-overo-storm-chestnut43.dtb \ omap3-overo-storm-gallop43.dtb \ + omap3-overo-storm-palo35.dtb \ omap3-overo-storm-palo43.dtb \ omap3-overo-storm-summit.dtb \ omap3-overo-storm-tobi.dtb \ |