diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2015-02-27 22:26:38 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-16 15:06:57 -0700 |
commit | b715da74deafb5f5a324001e9520b948f8c2795c (patch) | |
tree | e6ff42f4f6263aa226d99f618c51927de11ed42f /arch/arm/boot/dts/Makefile | |
parent | 771048f59d068f0baf22fef7f952e8d4cca158af (diff) | |
download | lwn-b715da74deafb5f5a324001e9520b948f8c2795c.tar.gz lwn-b715da74deafb5f5a324001e9520b948f8c2795c.zip |
ARM: dts: omap3-pandora: add OMAP3530 600 MHz version
Added Pandora Rebirth model which is based on Pandora
Classic with 512 MiB DDR-333 SDRAM memory.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Grazvydas Ignotas <notasas@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b316b38c45f1..c6505092bb2c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -386,6 +386,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ omap3-overo-storm-tobi.dtb \ omap3-overo-summit.dtb \ omap3-overo-tobi.dtb \ + omap3-pandora-600mhz.dtb \ omap3-sbc-t3517.dtb \ omap3-sbc-t3530.dtb \ omap3-sbc-t3730.dtb \ |