2012-09-06 18:32:38 +00:00
|
|
|
ifeq ($(CONFIG_OF),y)
|
|
|
|
|
2012-07-05 08:56:09 +00:00
|
|
|
# Keep at91 dtb files sorted alphabetically for each SoC
|
2012-10-28 18:31:11 +00:00
|
|
|
# rm9200
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91rm9200ek.dtb
|
2013-02-08 01:25:56 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += mpa1600.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
# sam9260
|
2012-11-15 13:56:27 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += animeo_ip.dtb
|
2013-11-15 14:50:06 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-qil_a9260.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += aks-cdu.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += ethernut5.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += evk-pro3.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += tny_a9260.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += usb_a9260.dtb
|
2014-03-03 10:05:59 +00:00
|
|
|
# sam9261
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9261ek.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
# sam9263
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9263ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += tny_a9263.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += usb_a9263.dtb
|
|
|
|
# sam9g20
|
2013-04-18 12:53:06 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-foxg20.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9g20ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9g20ek_2mmc.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += kizbox.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += tny_a9g20.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.dtb
|
2013-05-23 22:50:12 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += usb_a9g20_lpw.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
# sam9g45
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9m10g45ek.dtb
|
2012-10-18 06:10:21 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += pm9g45.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
# sam9n12
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9n12ek.dtb
|
2014-03-12 09:43:40 +00:00
|
|
|
# sam9rl
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9rlek.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
# sam9x5
|
2013-04-04 15:36:49 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-ariag25.dtb
|
2013-11-13 17:20:54 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-cosino_mega2560.dtb
|
2012-07-05 08:56:09 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9g15ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9g25ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9g35ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9x25ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91sam9x35ek.dtb
|
2013-03-22 13:24:13 +00:00
|
|
|
# sama5d3
|
2014-02-04 14:05:55 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-sama5d3_xplained.dtb
|
2013-03-22 13:24:13 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += sama5d31ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += sama5d33ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += sama5d34ek.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += sama5d35ek.dtb
|
2013-11-06 10:01:12 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AT91) += sama5d36ek.dtb
|
2014-09-15 16:15:57 +00:00
|
|
|
# sama5d4
|
|
|
|
dtb-$(CONFIG_ARCH_AT91) += at91-sama5d4ek.dtb
|
2013-11-06 10:01:12 +00:00
|
|
|
|
2013-09-23 15:42:02 +00:00
|
|
|
dtb-$(CONFIG_ARCH_ATLAS6) += atlas6-evb.dtb
|
2014-05-23 09:08:36 +00:00
|
|
|
dtb-$(CONFIG_ARCH_AXXIA) += axm5516-amarillo.dtb
|
2012-09-21 04:11:45 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b.dtb
|
2014-11-20 10:52:45 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2835-rpi-b-plus.dtb
|
2014-12-04 09:22:02 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM_5301X) += \
|
2014-12-04 09:22:58 +00:00
|
|
|
bcm4708-buffalo-wzr-1750dhp.dtb \
|
2014-12-04 09:22:02 +00:00
|
|
|
bcm4708-netgear-r6250.dtb \
|
2014-12-04 09:23:33 +00:00
|
|
|
bcm4708-netgear-r6300-v2.dtb \
|
2014-12-04 09:24:02 +00:00
|
|
|
bcm47081-asus-rt-n18u.dtb \
|
|
|
|
bcm47081-buffalo-wzr-600dhp2.dtb
|
2014-02-21 00:47:00 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM_63XX) += bcm963138dvt.dtb
|
2014-10-14 23:42:25 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM_CYGNUS) += bcm911360_entphn.dtb \
|
|
|
|
bcm911360k.dtb \
|
|
|
|
bcm958300k.dtb
|
2014-03-06 09:18:14 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BCM_MOBILE) += bcm28155-ap.dtb \
|
|
|
|
bcm21664-garnet.dtb
|
2013-09-09 12:17:52 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BERLIN) += \
|
2013-11-05 11:40:22 +00:00
|
|
|
berlin2-sony-nsz-gs7.dtb \
|
2014-03-18 14:32:47 +00:00
|
|
|
berlin2cd-google-chromecast.dtb \
|
|
|
|
berlin2q-marvell-dmp.dtb
|
2014-02-26 09:27:21 +00:00
|
|
|
dtb-$(CONFIG_ARCH_BRCMSTB) += \
|
|
|
|
bcm7445-bcm97445svmb.dtb
|
2012-11-20 06:25:59 +00:00
|
|
|
dtb-$(CONFIG_ARCH_DAVINCI) += da850-enbw-cmc.dtb \
|
|
|
|
da850-evm.dtb
|
2013-09-17 19:08:42 +00:00
|
|
|
dtb-$(CONFIG_ARCH_EFM32) += efm32gg-dk3750.dtb
|
2014-11-26 17:43:39 +00:00
|
|
|
dtb-$(CONFIG_ARCH_EXYNOS) += exynos3250-monk.dtb \
|
|
|
|
exynos3250-rinato.dtb \
|
2014-11-06 23:10:12 +00:00
|
|
|
exynos4210-origen.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
exynos4210-smdkv310.dtb \
|
ARM: soc: multiplatform enablement
This is a pretty significant branch. It's the introduction of the
first multiplatform support on ARM, and with this (and the later
branch) merged, it is now possible to build one kernel that contains
support for highbank, vexpress, mvebu, socfpga, and picoxcell. More
platforms will be convered over in the next few releases.
Two critical last things had to be done for this to be practical and
possible:
* Today each platform has its own include directory under
mach-<mach>/include/mach/*, and traditionally that is where a lot of
driver/platform shared definitions have gone, such as platform data
structures. They now need to move out to a common location instead,
and this branch moves a large number of those out to
include/linux/platform_data.
* Each platform used to list the device trees to compile for its
boards in mach-<mach>/Makefile.boot.
Both of the above changes will mean that there are some merge
conflicts to come (and some to resolve here). It's a one-time move and
once it settles in, we should be good for quite a while. Sorry for the
overhead.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJQaO7aAAoJEIwa5zzehBx3bUIP/02U8PhkHJJrrowyIsWRBOql
7LPJ53PRRgrpBdmEGzFD3TO3zaNyrjQRbYgNDvzHMO6NAMNvdRFouuWYjO11/tuB
i32zssXCC+eUOEgbAo/U/lYq+UOvqw9gv6mU+3+i3OcGEhdKOaoT/DSLPQC4hoDm
222TeLfFB3HJXu5n720dEQ9V3fO6TS1+bbh8TU3cjHqzceXsOrffZqOA5CQxUcRr
KWwOjA0nALDwWcqgv45GJNwY3GTyAQ/hPMQavnuWK0voJ+qUYk5HftKocAK7C+py
0T0OFOAHTwtyhvzJBxLC84M6Ox465BYXyeNjIB+2nG/Um9+mDoP0dnWpGy4c7DMU
P5hyqbeLGeqjUXQuYtRmgMMc3UeHKoUGAfXW9eMsjLa6/M4NLGv//7E7LbZPpgMZ
obkjwuesmcaYn/FRyj/yFmC35YlF4oCLziVzEtURZw3eKHHSUlhkTDSMNnkcZ0kZ
Vv7kFxnD2Y46ixiwSJv30ErQnVkgI3MdqDlDxkE8r5+phYuK4gCrNaJtiwRh/oNw
cFhpPxKuA0sJ9b6YRTzjC45eT/XZomEEr/uifCFeRNaCquyjYP00Mm8F0flSqwx9
zi+emzPAwNmk1bvxMUM/idGnaj0V4p+BAYUAvkbSoqU1p1flzyhU88fGTSIyKOt6
K5TCDS2v5hrVykK9TDwl
=Tc6y
-----END PGP SIGNATURE-----
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM soc multiplatform enablement from Olof Johansson:
"This is a pretty significant branch. It's the introduction of the
first multiplatform support on ARM, and with this (and the later
branch) merged, it is now possible to build one kernel that contains
support for highbank, vexpress, mvebu, socfpga, and picoxcell. More
platforms will be convered over in the next few releases.
Two critical last things had to be done for this to be practical and
possible:
* Today each platform has its own include directory under
mach-<mach>/include/mach/*, and traditionally that is where a lot
of driver/platform shared definitions have gone, such as platform
data structures. They now need to move out to a common location
instead, and this branch moves a large number of those out to
include/linux/platform_data.
* Each platform used to list the device trees to compile for its
boards in mach-<mach>/Makefile.boot.
Both of the above changes will mean that there are some merge
conflicts to come (and some to resolve here). It's a one-time move
and once it settles in, we should be good for quite a while. Sorry
for the overhead."
Fix conflicts as per Olof.
* tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (51 commits)
ARM: add v7 multi-platform defconfig
ARM: msm: Move core.h contents into common.h
ARM: highbank: call highbank_pm_init from .init_machine
ARM: dtb: move all dtb targets to common Makefile
ARM: spear: move platform_data definitions
ARM: samsung: move platform_data definitions
ARM: orion: move platform_data definitions
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
...
2012-10-02 02:11:38 +00:00
|
|
|
exynos4210-trats.dtb \
|
2013-04-23 15:46:34 +00:00
|
|
|
exynos4210-universal_c210.dtb \
|
2014-07-15 17:54:07 +00:00
|
|
|
exynos4412-odroidu3.dtb \
|
2013-01-11 01:12:50 +00:00
|
|
|
exynos4412-odroidx.dtb \
|
2014-07-15 17:54:07 +00:00
|
|
|
exynos4412-odroidx2.dtb \
|
2012-12-31 23:07:39 +00:00
|
|
|
exynos4412-origen.dtb \
|
2013-07-24 04:33:46 +00:00
|
|
|
exynos4412-smdk4412.dtb \
|
2013-12-18 20:34:26 +00:00
|
|
|
exynos4412-tiny4412.dtb \
|
2013-07-24 04:41:45 +00:00
|
|
|
exynos4412-trats2.dtb \
|
2013-02-05 00:15:56 +00:00
|
|
|
exynos5250-arndale.dtb \
|
2012-11-21 04:32:21 +00:00
|
|
|
exynos5250-smdk5250.dtb \
|
2012-12-21 18:02:13 +00:00
|
|
|
exynos5250-snow.dtb \
|
2014-09-23 15:02:14 +00:00
|
|
|
exynos5250-spring.dtb \
|
2014-05-08 21:26:44 +00:00
|
|
|
exynos5260-xyref5260.dtb \
|
2014-05-26 21:54:13 +00:00
|
|
|
exynos5410-smdk5410.dtb \
|
2013-12-11 22:32:39 +00:00
|
|
|
exynos5420-arndale-octa.dtb \
|
2014-05-08 21:06:25 +00:00
|
|
|
exynos5420-peach-pit.dtb \
|
2013-06-18 15:29:35 +00:00
|
|
|
exynos5420-smdk5420.dtb \
|
2015-01-12 08:35:49 +00:00
|
|
|
exynos5422-odroidxu3.dtb \
|
2013-07-24 04:33:46 +00:00
|
|
|
exynos5440-sd5v1.dtb \
|
2014-05-11 22:56:34 +00:00
|
|
|
exynos5440-ssdk5440.dtb \
|
|
|
|
exynos5800-peach-pi.dtb
|
2013-12-20 02:52:58 +00:00
|
|
|
dtb-$(CONFIG_ARCH_HI3xxx) += hi3620-hi4511.dtb
|
2014-04-11 04:50:13 +00:00
|
|
|
dtb-$(CONFIG_ARCH_HIX5HD2) += hisi-x5hd2-dkb.dtb
|
2012-10-25 16:59:09 +00:00
|
|
|
dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \
|
|
|
|
ecx-2000.dtb
|
2014-05-07 00:55:29 +00:00
|
|
|
dtb-$(CONFIG_ARCH_HIP04) += hip04-d01.dtb
|
2012-10-12 20:22:59 +00:00
|
|
|
dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \
|
|
|
|
integratorcp.dtb
|
2014-03-18 20:02:34 +00:00
|
|
|
dtb-$(CONFIG_ARCH_KEYSTONE) += k2hk-evm.dtb \
|
|
|
|
k2l-evm.dtb \
|
|
|
|
k2e-evm.dtb
|
2014-07-10 21:36:21 +00:00
|
|
|
dtb-$(CONFIG_MACH_KIRKWOOD) += kirkwood-b3.dtb \
|
2014-02-22 19:14:57 +00:00
|
|
|
kirkwood-cloudbox.dtb \
|
2014-07-08 14:42:25 +00:00
|
|
|
kirkwood-d2net.dtb \
|
2013-05-15 13:37:01 +00:00
|
|
|
kirkwood-db-88f6281.dtb \
|
|
|
|
kirkwood-db-88f6282.dtb \
|
2014-10-31 22:13:30 +00:00
|
|
|
kirkwood-dir665.dtb \
|
2013-04-08 22:41:28 +00:00
|
|
|
kirkwood-dns320.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-dns325.dtb \
|
2012-09-22 20:53:12 +00:00
|
|
|
kirkwood-dockstar.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-dreamplug.dtb \
|
2014-02-19 20:02:37 +00:00
|
|
|
kirkwood-ds109.dtb \
|
|
|
|
kirkwood-ds110jv10.dtb \
|
|
|
|
kirkwood-ds111.dtb \
|
|
|
|
kirkwood-ds209.dtb \
|
|
|
|
kirkwood-ds210.dtb \
|
|
|
|
kirkwood-ds212.dtb \
|
|
|
|
kirkwood-ds212j.dtb \
|
|
|
|
kirkwood-ds409.dtb \
|
|
|
|
kirkwood-ds409slim.dtb \
|
|
|
|
kirkwood-ds411.dtb \
|
|
|
|
kirkwood-ds411j.dtb \
|
|
|
|
kirkwood-ds411slim.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-goflexnet.dtb \
|
2012-12-09 18:40:04 +00:00
|
|
|
kirkwood-guruplug-server-plus.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-ib62x0.dtb \
|
|
|
|
kirkwood-iconnect.dtb \
|
2012-09-22 20:53:12 +00:00
|
|
|
kirkwood-iomega_ix2_200.dtb \
|
2012-10-17 10:09:04 +00:00
|
|
|
kirkwood-is2.dtb \
|
2012-09-22 20:53:12 +00:00
|
|
|
kirkwood-km_kirkwood.dtb \
|
2013-12-24 12:53:19 +00:00
|
|
|
kirkwood-laplug.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-lschlv2.dtb \
|
|
|
|
kirkwood-lsxhl.dtb \
|
2012-11-18 15:46:16 +00:00
|
|
|
kirkwood-mplcec4.dtb \
|
2013-08-01 15:07:32 +00:00
|
|
|
kirkwood-mv88f6281gtw-ge.dtb \
|
2014-05-26 19:29:49 +00:00
|
|
|
kirkwood-net2big.dtb \
|
|
|
|
kirkwood-net5big.dtb \
|
2013-03-19 22:28:06 +00:00
|
|
|
kirkwood-netgear_readynas_duo_v2.dtb \
|
2013-11-30 15:13:44 +00:00
|
|
|
kirkwood-netgear_readynas_nv+_v2.dtb \
|
2012-10-17 10:09:04 +00:00
|
|
|
kirkwood-ns2.dtb \
|
2012-10-17 10:09:05 +00:00
|
|
|
kirkwood-ns2lite.dtb \
|
2012-10-17 10:09:04 +00:00
|
|
|
kirkwood-ns2max.dtb \
|
2012-10-17 10:09:06 +00:00
|
|
|
kirkwood-ns2mini.dtb \
|
arm: kirkwood: add support for ZyXEL NSA310
Hello, Andrew
> > +#define NSA310_GPIO_LED_ESATA_GREEN 12
> > <..>
> > +#define NSA310_GPIO_POWER_OFF 48
>
> It looks like most of these are not used. Please remove them.
True. Fixed.
> > +static struct mtd_partition nsa310_mtd_parts[] = {
> > + {
> > + .name = "uboot",
> > + .offset = 0,
> > + .size = 0x100000,
> > + .mask_flags = MTD_WRITEABLE,
> > + }, {
> > <..>
> You should be able to put all that into DT. Take a look at
Correct. I did the conversion and tested that the partitions
can be read with dd and produce exactly the same data before and
after conversion. So, the partition offsets at least should be fine.
> > +static struct i2c_board_info __initdata nsa310_i2c_info[] = {
> > + { I2C_BOARD_INFO("adt7476", 0x2e) },
> > +};
>
> You can also do this in DT as well. kirkwood-ts219.dtsi has
>
> i2c@11000 {
> status = "okay";
> clock-frequency = <400000>;
Ok, I did convert the i2c definition to use the devicetree.
The adt7476 device itself is not at reach of device tree,
AFAIK and requires more work at there?
Thanks for your valuable comments. Following is a new patch that
should address the problems and mistakes you pointed and also
some of the pointed by Jason Cooper. The nand and i2c are now
defined at DT and I also removed the pointless defines and
ARM_APPENDED_DTB. It is based against the Linus' official
3.6 version.
Best regards,
Tero
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2012-10-26 15:56:16 +00:00
|
|
|
kirkwood-nsa310.dtb \
|
2013-07-17 16:51:49 +00:00
|
|
|
kirkwood-nsa310a.dtb \
|
2013-10-30 16:55:09 +00:00
|
|
|
kirkwood-openblocks_a6.dtb \
|
|
|
|
kirkwood-openblocks_a7.dtb \
|
2014-05-11 19:30:39 +00:00
|
|
|
kirkwood-openrd-base.dtb \
|
|
|
|
kirkwood-openrd-client.dtb \
|
|
|
|
kirkwood-openrd-ultimate.dtb \
|
2014-02-15 12:59:52 +00:00
|
|
|
kirkwood-rd88f6192.dtb \
|
2014-09-01 17:35:41 +00:00
|
|
|
kirkwood-rd88f6281-z0.dtb \
|
|
|
|
kirkwood-rd88f6281-a.dtb \
|
2014-02-19 20:02:37 +00:00
|
|
|
kirkwood-rs212.dtb \
|
|
|
|
kirkwood-rs409.dtb \
|
|
|
|
kirkwood-rs411.dtb \
|
2013-05-13 21:19:00 +00:00
|
|
|
kirkwood-sheevaplug.dtb \
|
|
|
|
kirkwood-sheevaplug-esata.dtb \
|
2014-02-25 17:34:02 +00:00
|
|
|
kirkwood-t5325.dtb \
|
2012-10-22 02:15:35 +00:00
|
|
|
kirkwood-topkick.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
kirkwood-ts219-6281.dtb \
|
2014-01-06 22:49:17 +00:00
|
|
|
kirkwood-ts219-6282.dtb \
|
|
|
|
kirkwood-ts419-6281.dtb \
|
|
|
|
kirkwood-ts419-6282.dtb
|
2014-02-22 19:14:57 +00:00
|
|
|
dtb-$(CONFIG_ARCH_LPC32XX) += ea3250.dtb phy3250.dtb
|
2012-12-20 11:37:32 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MARCO) += marco-evb.dtb
|
2014-09-09 20:12:56 +00:00
|
|
|
dtb-$(CONFIG_MACH_MESON6) += meson6-atv1200.dtb
|
2014-10-31 02:13:52 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MMP) += pxa168-aspenite.dtb \
|
|
|
|
pxa910-dkb.dtb \
|
|
|
|
mmp2-brownstone.dtb
|
2013-12-18 12:58:46 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MOXART) += moxart-uc7112lx.dtb
|
2012-12-31 03:30:59 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MXC) += \
|
2014-08-19 06:33:47 +00:00
|
|
|
imx1-ads.dtb \
|
2014-08-31 11:54:15 +00:00
|
|
|
imx1-apf9328.dtb \
|
2013-12-05 14:56:56 +00:00
|
|
|
imx25-eukrea-mbimxsd25-baseboard.dtb \
|
2014-05-22 14:00:43 +00:00
|
|
|
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb \
|
|
|
|
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb \
|
|
|
|
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb \
|
2012-12-31 03:30:59 +00:00
|
|
|
imx25-karo-tx25.dtb \
|
2013-01-03 16:27:35 +00:00
|
|
|
imx25-pdk.dtb \
|
2012-12-31 03:30:59 +00:00
|
|
|
imx27-apf27.dtb \
|
2013-03-27 13:41:58 +00:00
|
|
|
imx27-apf27dev.dtb \
|
2014-05-13 14:48:15 +00:00
|
|
|
imx27-eukrea-mbimxsd27-baseboard.dtb \
|
2012-12-31 03:30:59 +00:00
|
|
|
imx27-pdk.dtb \
|
2013-06-01 05:54:13 +00:00
|
|
|
imx27-phytec-phycore-rdk.dtb \
|
2013-06-28 14:50:37 +00:00
|
|
|
imx27-phytec-phycard-s-rdk.dtb \
|
2012-12-31 03:30:59 +00:00
|
|
|
imx31-bug.dtb \
|
2014-01-15 16:32:12 +00:00
|
|
|
imx35-eukrea-mbimxsd35-baseboard.dtb \
|
2014-03-25 17:47:41 +00:00
|
|
|
imx35-pdk.dtb \
|
2013-10-29 05:15:57 +00:00
|
|
|
imx50-evk.dtb \
|
2013-01-20 22:55:29 +00:00
|
|
|
imx51-apf51.dtb \
|
2013-03-08 07:41:38 +00:00
|
|
|
imx51-apf51dev.dtb \
|
2012-12-25 11:10:52 +00:00
|
|
|
imx51-babbage.dtb \
|
2014-04-12 05:29:05 +00:00
|
|
|
imx51-digi-connectcore-jsk.dtb \
|
2014-02-07 07:50:23 +00:00
|
|
|
imx51-eukrea-mbimxsd51-baseboard.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx53-ard.dtb \
|
2013-04-22 21:23:47 +00:00
|
|
|
imx53-m53evk.dtb \
|
2013-01-10 10:27:27 +00:00
|
|
|
imx53-mba53.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx53-qsb.dtb \
|
2014-01-10 12:52:59 +00:00
|
|
|
imx53-qsrb.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx53-smd.dtb \
|
2014-01-18 08:18:38 +00:00
|
|
|
imx53-tx53-x03x.dtb \
|
|
|
|
imx53-tx53-x13x.dtb \
|
2013-10-24 21:56:09 +00:00
|
|
|
imx53-voipac-bsb.dtb \
|
2014-06-20 14:52:47 +00:00
|
|
|
imx6dl-aristainetos_4.dtb \
|
|
|
|
imx6dl-aristainetos_7.dtb \
|
2014-01-16 16:12:38 +00:00
|
|
|
imx6dl-cubox-i.dtb \
|
2014-01-18 08:41:30 +00:00
|
|
|
imx6dl-dfi-fs700-m60.dtb \
|
2014-02-07 07:24:56 +00:00
|
|
|
imx6dl-gw51xx.dtb \
|
|
|
|
imx6dl-gw52xx.dtb \
|
|
|
|
imx6dl-gw53xx.dtb \
|
|
|
|
imx6dl-gw54xx.dtb \
|
2014-08-22 21:52:54 +00:00
|
|
|
imx6dl-gw552x.dtb \
|
2013-09-27 19:07:26 +00:00
|
|
|
imx6dl-hummingboard.dtb \
|
2013-12-17 01:13:03 +00:00
|
|
|
imx6dl-nitrogen6x.dtb \
|
2014-04-14 15:37:24 +00:00
|
|
|
imx6dl-phytec-pbab01.dtb \
|
2014-07-08 14:49:23 +00:00
|
|
|
imx6dl-rex-basic.dtb \
|
2014-05-09 15:02:11 +00:00
|
|
|
imx6dl-riotboard.dtb \
|
2013-04-02 06:38:11 +00:00
|
|
|
imx6dl-sabreauto.dtb \
|
2013-12-13 01:49:05 +00:00
|
|
|
imx6dl-sabrelite.dtb \
|
2013-04-02 06:04:45 +00:00
|
|
|
imx6dl-sabresd.dtb \
|
2014-06-12 13:05:17 +00:00
|
|
|
imx6dl-tx6dl-comtft.dtb \
|
|
|
|
imx6dl-tx6u-801x.dtb \
|
|
|
|
imx6dl-tx6u-811x.dtb \
|
2013-04-03 12:29:16 +00:00
|
|
|
imx6dl-wandboard.dtb \
|
2014-07-08 18:48:16 +00:00
|
|
|
imx6dl-wandboard-revb1.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx6q-arm2.dtb \
|
2013-10-29 12:11:43 +00:00
|
|
|
imx6q-cm-fx6.dtb \
|
2014-01-16 16:12:38 +00:00
|
|
|
imx6q-cubox-i.dtb \
|
2014-01-18 08:41:30 +00:00
|
|
|
imx6q-dfi-fs700-m60.dtb \
|
2013-11-07 13:54:27 +00:00
|
|
|
imx6q-dmo-edmqmx6.dtb \
|
2014-01-19 02:28:12 +00:00
|
|
|
imx6q-gk802.dtb \
|
2014-02-07 07:24:56 +00:00
|
|
|
imx6q-gw51xx.dtb \
|
|
|
|
imx6q-gw52xx.dtb \
|
|
|
|
imx6q-gw53xx.dtb \
|
|
|
|
imx6q-gw5400-a.dtb \
|
|
|
|
imx6q-gw54xx.dtb \
|
2014-08-22 21:52:54 +00:00
|
|
|
imx6q-gw552x.dtb \
|
2014-08-23 09:11:36 +00:00
|
|
|
imx6q-hummingboard.dtb \
|
2013-12-17 01:13:03 +00:00
|
|
|
imx6q-nitrogen6x.dtb \
|
2013-06-11 17:48:22 +00:00
|
|
|
imx6q-phytec-pbab01.dtb \
|
2014-07-08 14:49:22 +00:00
|
|
|
imx6q-rex-pro.dtb \
|
2012-10-07 17:12:49 +00:00
|
|
|
imx6q-sabreauto.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx6q-sabrelite.dtb \
|
2013-04-01 12:24:22 +00:00
|
|
|
imx6q-sabresd.dtb \
|
2013-05-03 03:28:42 +00:00
|
|
|
imx6q-sbc6x.dtb \
|
2014-10-27 19:10:51 +00:00
|
|
|
imx6q-tbs2910.dtb \
|
2013-09-26 20:43:52 +00:00
|
|
|
imx6q-udoo.dtb \
|
2013-07-16 17:40:29 +00:00
|
|
|
imx6q-wandboard.dtb \
|
2014-07-08 18:48:16 +00:00
|
|
|
imx6q-wandboard-revb1.dtb \
|
2014-06-12 13:05:17 +00:00
|
|
|
imx6q-tx6q-1010.dtb \
|
|
|
|
imx6q-tx6q-1010-comtft.dtb \
|
|
|
|
imx6q-tx6q-1020.dtb \
|
|
|
|
imx6q-tx6q-1020-comtft.dtb \
|
|
|
|
imx6q-tx6q-1110.dtb \
|
2013-05-28 09:12:23 +00:00
|
|
|
imx6sl-evk.dtb \
|
2014-05-13 13:43:36 +00:00
|
|
|
imx6sx-sdb.dtb \
|
2014-10-31 09:01:09 +00:00
|
|
|
ls1021a-qds.dtb \
|
2014-10-31 09:01:10 +00:00
|
|
|
ls1021a-twr.dtb \
|
2014-11-02 20:36:47 +00:00
|
|
|
vf500-colibri-eval-v3.dtb \
|
2014-07-18 14:25:18 +00:00
|
|
|
vf610-colibri-eval-v3.dtb \
|
2013-09-23 15:14:44 +00:00
|
|
|
vf610-cosmic.dtb \
|
2013-05-28 09:12:23 +00:00
|
|
|
vf610-twr.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
|
|
|
|
imx23-olinuxino.dtb \
|
|
|
|
imx23-stmp378x_devb.dtb \
|
2012-10-18 09:50:26 +00:00
|
|
|
imx28-apf28.dtb \
|
2012-10-31 17:39:26 +00:00
|
|
|
imx28-apf28dev.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx28-apx4devkit.dtb \
|
|
|
|
imx28-cfa10036.dtb \
|
2013-01-26 05:40:37 +00:00
|
|
|
imx28-cfa10037.dtb \
|
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQU4miAAoJEMhvYp4jgsXi1vMH/A4JJXe24cyo31rHJspZDSFg
nnCbnGKfDEOIHwLA8C3OeJuhswMlP/vWlGC512QXL8903XpZ2VJe63f2CLo1mN7Z
hg3JPWrp2VXZ/bqdMnUcw2CtlylrhyG9MUPapkcp+5Agjz2lwaJtRNL6LRRQX4Ei
cWjsJtaFpRj1QraFna0hpTQNO640je6s1rAIJl6eNOuX08l12ZAGDUA+IUUsa1cA
0OGeOAjH6gmkpMI89j1VPPKVRLHIdP4QcxmAZCHJ2LtvylyrlmYskctpAYibobvt
JPLnZgzMFAegnWtJhOYodhBJlfyypEeh2fsZVyDPowqRz9vaAWRjs6u/I4GYaME=
=HR3H
-----END PGP SIGNATURE-----
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
By Rob Herring (18) and Arnd Bergmann (1)
via Rob Herring
* tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux:
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
ARM: orion: move custom gpio functions to orion-gpio.h
ARM: shmobile: move custom gpio functions to sh-gpio.h
ARM: pxa: use gpio_to_irq for sharppm_sl
net: pxaficp_ir: add irq resources
usb: pxa27x_udc: remove IRQ_USB define
staging: ste_rmi4: remove gpio.h include
Conflicts due to addition of bcm2835 and removal of pnx4008 in:
arch/arm/Kconfig
arch/arm/Makefile
Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in:
arch/arm/mach-imx/Makefile.boot
arch/arm/mach-mxs/Makefile.boot
arch/arm/mach-tegra/Makefile.boot
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-09-21 05:53:18 +00:00
|
|
|
imx28-cfa10049.dtb \
|
2013-06-13 13:43:44 +00:00
|
|
|
imx28-cfa10055.dtb \
|
2013-07-01 13:23:23 +00:00
|
|
|
imx28-cfa10056.dtb \
|
2013-06-13 13:43:45 +00:00
|
|
|
imx28-cfa10057.dtb \
|
2013-07-01 13:23:24 +00:00
|
|
|
imx28-cfa10058.dtb \
|
2013-11-09 11:14:16 +00:00
|
|
|
imx28-duckbill.dtb \
|
2013-12-05 13:28:06 +00:00
|
|
|
imx28-eukrea-mbmx283lc.dtb \
|
|
|
|
imx28-eukrea-mbmx287lc.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx28-evk.dtb \
|
2013-09-29 22:41:29 +00:00
|
|
|
imx28-m28cu3.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx28-m28evk.dtb \
|
2012-11-18 21:08:29 +00:00
|
|
|
imx28-sps1.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
imx28-tx28.dtb
|
2014-10-09 20:10:35 +00:00
|
|
|
dtb-$(CONFIG_ARCH_NOMADIK) += ste-nomadik-s8815.dtb \
|
|
|
|
ste-nomadik-nhk15.dtb
|
2013-06-11 08:40:18 +00:00
|
|
|
dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \
|
|
|
|
nspire-tp.dtb \
|
|
|
|
nspire-clp.dtb
|
2014-05-04 00:11:37 +00:00
|
|
|
dtb-$(CONFIG_ARCH_OMAP2) += omap2420-h4.dtb \
|
2013-11-25 23:15:24 +00:00
|
|
|
omap2420-n800.dtb \
|
|
|
|
omap2420-n810.dtb \
|
|
|
|
omap2420-n810-wimax.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap2430-sdp.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \
|
|
|
|
am3517-evm.dtb \
|
|
|
|
am3517_mt_ventoux.dtb \
|
2013-01-11 16:39:22 +00:00
|
|
|
omap3430-sdp.dtb \
|
2012-09-11 16:01:59 +00:00
|
|
|
omap3-beagle.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-beagle-xm.dtb \
|
|
|
|
omap3-beagle-xm-ab.dtb \
|
2014-01-12 13:22:54 +00:00
|
|
|
omap3-cm-t3517.dtb \
|
2014-01-12 13:22:53 +00:00
|
|
|
omap3-cm-t3530.dtb \
|
2013-12-18 21:13:21 +00:00
|
|
|
omap3-cm-t3730.dtb \
|
ARM: dts: Add minimal DT support for DevKit8000
DevKit8000 is a beagle board clone from Timll, sold by
armkits.com. The DevKit8000 has RS232 serial port, LCD, DVI-D,
S-Video, Ethernet, SD/MMC, keyboard, camera, SPI, I2C, USB and
JTAG interface.
Add the basic DT support for devkit8000. It includes:
- twl4030 (PMIC)
- MMC1
- I2C1
- leds
Signed-off-by: Anil Kumar <anilk4.v@gmail.com>
Tested-by: Thomas Weber <thomas@tomweber.eu>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
2013-03-16 09:59:21 +00:00
|
|
|
omap3-devkit8000.dtb \
|
2012-09-21 04:11:45 +00:00
|
|
|
omap3-evm.dtb \
|
2013-10-14 18:31:43 +00:00
|
|
|
omap3-evm-37xx.dtb \
|
2014-07-28 19:53:32 +00:00
|
|
|
omap3-gta04a3.dtb \
|
2014-07-28 19:53:31 +00:00
|
|
|
omap3-gta04a4.dtb \
|
2014-07-28 19:53:33 +00:00
|
|
|
omap3-gta04a5.dtb \
|
2014-08-29 10:40:06 +00:00
|
|
|
omap3-ha.dtb \
|
|
|
|
omap3-ha-lcd.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-igep0020.dtb \
|
2014-11-06 12:01:49 +00:00
|
|
|
omap3-igep0020-rev-f.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-igep0030.dtb \
|
2014-11-06 12:01:47 +00:00
|
|
|
omap3-igep0030-rev-g.dtb \
|
2013-11-25 23:15:39 +00:00
|
|
|
omap3-ldp.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-lilly-dbb056.dtb \
|
2013-08-13 13:36:36 +00:00
|
|
|
omap3-n900.dtb \
|
2013-10-15 20:36:09 +00:00
|
|
|
omap3-n9.dtb \
|
|
|
|
omap3-n950.dtb \
|
2014-03-11 12:20:33 +00:00
|
|
|
omap3-overo-alto35.dtb \
|
2014-03-11 12:20:34 +00:00
|
|
|
omap3-overo-chestnut43.dtb \
|
2014-03-11 12:20:32 +00:00
|
|
|
omap3-overo-gallop43.dtb \
|
2014-03-11 12:20:31 +00:00
|
|
|
omap3-overo-palo43.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-overo-storm-alto35.dtb \
|
|
|
|
omap3-overo-storm-chestnut43.dtb \
|
|
|
|
omap3-overo-storm-gallop43.dtb \
|
2014-03-11 12:20:31 +00:00
|
|
|
omap3-overo-storm-palo43.dtb \
|
2014-03-11 12:20:35 +00:00
|
|
|
omap3-overo-storm-summit.dtb \
|
2014-02-13 10:25:15 +00:00
|
|
|
omap3-overo-storm-tobi.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-overo-summit.dtb \
|
|
|
|
omap3-overo-tobi.dtb \
|
|
|
|
omap3-sbc-t3517.dtb \
|
|
|
|
omap3-sbc-t3530.dtb \
|
|
|
|
omap3-sbc-t3730.dtb \
|
2014-08-29 10:40:05 +00:00
|
|
|
omap3-thunder.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
omap3-zoom3.dtb
|
|
|
|
dtb-$(CONFIG_SOC_AM33XX) += am335x-base0033.dtb \
|
|
|
|
am335x-bone.dtb \
|
|
|
|
am335x-boneblack.dtb \
|
|
|
|
am335x-evm.dtb \
|
|
|
|
am335x-evmsk.dtb \
|
2014-06-10 22:22:00 +00:00
|
|
|
am335x-nano.dtb \
|
2014-11-17 19:02:35 +00:00
|
|
|
am335x-pepper.dtb \
|
|
|
|
am335x-lxm.dtb
|
2014-05-04 00:11:37 +00:00
|
|
|
dtb-$(CONFIG_ARCH_OMAP4) += omap4-duovero-parlor.dtb \
|
2012-09-21 04:11:45 +00:00
|
|
|
omap4-panda.dtb \
|
2012-12-14 21:55:39 +00:00
|
|
|
omap4-panda-a4.dtb \
|
2012-10-24 10:31:34 +00:00
|
|
|
omap4-panda-es.dtb \
|
2012-09-21 04:11:45 +00:00
|
|
|
omap4-sdp.dtb \
|
2013-05-31 14:05:51 +00:00
|
|
|
omap4-sdp-es23plus.dtb \
|
2014-05-12 18:32:01 +00:00
|
|
|
omap4-var-dvk-om44.dtb \
|
2014-05-12 18:32:00 +00:00
|
|
|
omap4-var-stk-om44.dtb
|
2014-05-04 00:11:37 +00:00
|
|
|
dtb-$(CONFIG_SOC_AM43XX) += am43x-epos-evm.dtb \
|
2014-06-23 18:20:59 +00:00
|
|
|
am437x-sk-evm.dtb \
|
2014-05-04 00:11:37 +00:00
|
|
|
am437x-gp-evm.dtb
|
2014-04-28 11:41:44 +00:00
|
|
|
dtb-$(CONFIG_SOC_OMAP5) += omap5-cm-t54.dtb \
|
|
|
|
omap5-sbc-t54.dtb \
|
|
|
|
omap5-uevm.dtb
|
2014-04-29 11:05:10 +00:00
|
|
|
dtb-$(CONFIG_SOC_DRA7XX) += dra7-evm.dtb \
|
ARM: dts: Add am57xx-beagle-x15
BeagleBoard-X15 is the next generation Open Source Hardware
BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHz A15
processor. The platform features 2GB DDR3L (w/dual 32bit busses),
eSATA, 3 USB3.0 ports, integrated HDMI (1920x1080@60), separate LCD
port, video In port, 4GB eMMC, uSD, Analog audio in/out, dual 1G
Ethernet.
For more information, refer to:
BeagleBoard-X15 Wiki:
http://www.elinux.org/Beagleboard:BeagleBoard-X15
AM5728 is part of the Sitara product family whose additional details
will be available: http://www.ti.com/lsds/ti/arm/overview.page
Technical Reference Manual for AM5728 is public domain at:
http://www.ti.com/lit/spruhz6
Just add basic support for the moment, the following updates are needed:
i) Ethernet - depends on SoC dts fixes
ii) USB Client (USB2) - depends on GPIO extcon
ii) HDMI - additional driver fixes pending
iii) Audio - additional driver fixes pending
NOTE:
AM5728 Data Manual (SPRS915L - August 2014) section 4.1.1 states: "All
unused power supply balls must be supplied with the voltages specified
in the Section 5.2, Recommended Operating Conditions". This implies
that all unused voltage rails for AM5728 can never be switched off even
if the hardware blocks inside that voltage domain is unused. Switching
off these unused rails may result in stability issues on other domains
and increased leakage and power-on-hour impacts.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2014-11-07 17:47:13 +00:00
|
|
|
am57xx-beagle-x15.dtb \
|
2014-04-29 11:05:10 +00:00
|
|
|
dra72-evm.dtb
|
2014-04-22 21:26:39 +00:00
|
|
|
dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-d2-network.dtb \
|
|
|
|
orion5x-lacie-ethernet-disk-mini-v2.dtb \
|
2014-04-22 21:26:40 +00:00
|
|
|
orion5x-maxtor-shared-storage-2.dtb \
|
2014-04-22 21:26:38 +00:00
|
|
|
orion5x-rd88f5182-nas.dtb
|
2012-09-21 04:11:45 +00:00
|
|
|
dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
|
2014-04-03 19:48:22 +00:00
|
|
|
dtb-$(CONFIG_ARCH_QCOM) += \
|
2014-10-01 16:09:11 +00:00
|
|
|
qcom-apq8064-cm-qs600.dtb \
|
2014-04-03 19:48:22 +00:00
|
|
|
qcom-apq8064-ifc6410.dtb \
|
|
|
|
qcom-apq8074-dragonboard.dtb \
|
2014-09-03 16:50:31 +00:00
|
|
|
qcom-apq8084-ifc6540.dtb \
|
2014-05-23 15:12:30 +00:00
|
|
|
qcom-apq8084-mtp.dtb \
|
2014-03-07 16:56:59 +00:00
|
|
|
qcom-ipq8064-ap148.dtb \
|
2014-04-03 19:48:22 +00:00
|
|
|
qcom-msm8660-surf.dtb \
|
2014-09-30 22:49:49 +00:00
|
|
|
qcom-msm8960-cdp.dtb \
|
|
|
|
qcom-msm8974-sony-xperia-honami.dtb
|
2014-10-01 07:30:45 +00:00
|
|
|
dtb-$(CONFIG_ARCH_REALVIEW) += arm-realview-pb1176.dtb
|
2014-07-24 22:17:50 +00:00
|
|
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
|
|
|
rk3066a-bqcurie2.dtb \
|
2014-11-02 10:20:01 +00:00
|
|
|
rk3066a-marsboard.dtb \
|
2014-07-24 22:17:50 +00:00
|
|
|
rk3188-radxarock.dtb \
|
|
|
|
rk3288-evb-act8846.dtb \
|
|
|
|
rk3288-evb-rk808.dtb
|
2013-05-20 16:06:04 +00:00
|
|
|
dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
|
2013-08-25 17:38:41 +00:00
|
|
|
dtb-$(CONFIG_ARCH_S3C64XX) += s3c6410-mini6410.dtb \
|
|
|
|
s3c6410-smdk6410.dtb
|
2013-09-28 16:25:30 +00:00
|
|
|
dtb-$(CONFIG_ARCH_S5PV210) += s5pv210-aquila.dtb \
|
|
|
|
s5pv210-goni.dtb \
|
|
|
|
s5pv210-smdkc110.dtb \
|
|
|
|
s5pv210-smdkv210.dtb \
|
|
|
|
s5pv210-torbreck.dtb
|
2014-10-03 14:55:52 +00:00
|
|
|
dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += \
|
2014-08-28 12:00:43 +00:00
|
|
|
r8a73a4-ape6evm.dtb \
|
|
|
|
r8a73a4-ape6evm-reference.dtb \
|
2012-09-21 04:11:45 +00:00
|
|
|
r8a7740-armadillo800eva.dtb \
|
2013-03-21 10:03:38 +00:00
|
|
|
r8a7778-bockw.dtb \
|
2013-07-24 07:36:51 +00:00
|
|
|
r8a7778-bockw-reference.dtb \
|
2013-07-26 00:36:16 +00:00
|
|
|
r8a7779-marzen.dtb \
|
2013-03-29 08:49:37 +00:00
|
|
|
r8a7790-lager.dtb \
|
2014-08-28 12:00:43 +00:00
|
|
|
sh7372-mackerel.dtb \
|
2012-10-24 05:48:00 +00:00
|
|
|
sh73a0-kzm9g.dtb \
|
2014-08-28 12:00:43 +00:00
|
|
|
sh73a0-kzm9g-reference.dtb
|
2013-11-06 10:40:01 +00:00
|
|
|
dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
|
2014-05-16 12:10:15 +00:00
|
|
|
r7s72100-genmai.dtb \
|
2014-08-28 03:35:01 +00:00
|
|
|
r8a7740-armadillo800eva.dtb \
|
2014-08-28 12:00:43 +00:00
|
|
|
r8a7779-marzen.dtb \
|
|
|
|
r8a7790-lager.dtb \
|
2014-04-24 22:42:41 +00:00
|
|
|
r8a7791-henninger.dtb \
|
2013-12-11 14:13:59 +00:00
|
|
|
r8a7791-koelsch.dtb \
|
2014-09-05 10:23:49 +00:00
|
|
|
r8a7794-alt.dtb
|
2013-09-25 20:38:20 +00:00
|
|
|
dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \
|
2014-09-04 21:45:56 +00:00
|
|
|
socfpga_arria10_socdk.dtb \
|
2013-09-25 20:38:20 +00:00
|
|
|
socfpga_cyclone5_socdk.dtb \
|
2013-10-07 15:41:32 +00:00
|
|
|
socfpga_cyclone5_sockit.dtb \
|
2014-04-02 16:13:11 +00:00
|
|
|
socfpga_cyclone5_socrates.dtb \
|
2013-02-11 23:30:31 +00:00
|
|
|
socfpga_vt.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
dtb-$(CONFIG_ARCH_SPEAR13XX) += spear1310-evb.dtb \
|
|
|
|
spear1340-evb.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \
|
|
|
|
spear310-evb.dtb \
|
2012-08-08 23:20:11 +00:00
|
|
|
spear320-evb.dtb \
|
|
|
|
spear320-hmi.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
|
2014-02-27 12:33:27 +00:00
|
|
|
dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \
|
2014-11-17 16:48:00 +00:00
|
|
|
stih410-b2120.dtb \
|
2014-02-27 12:33:27 +00:00
|
|
|
stih415-b2000.dtb \
|
2013-06-25 11:16:13 +00:00
|
|
|
stih415-b2020.dtb \
|
2014-05-20 09:01:53 +00:00
|
|
|
stih416-b2000.dtb \
|
2014-05-21 08:45:00 +00:00
|
|
|
stih416-b2020.dtb \
|
2014-06-18 10:30:17 +00:00
|
|
|
stih416-b2020e.dtb
|
2014-05-17 13:11:20 +00:00
|
|
|
dtb-$(CONFIG_MACH_SUN4I) += \
|
2013-08-13 23:18:21 +00:00
|
|
|
sun4i-a10-a1000.dtb \
|
2014-06-30 21:57:57 +00:00
|
|
|
sun4i-a10-ba10-tvbox.dtb \
|
2013-04-18 20:44:29 +00:00
|
|
|
sun4i-a10-cubieboard.dtb \
|
|
|
|
sun4i-a10-mini-xplus.dtb \
|
2013-01-08 18:40:59 +00:00
|
|
|
sun4i-a10-hackberry.dtb \
|
2014-03-01 19:26:38 +00:00
|
|
|
sun4i-a10-inet97fv2.dtb \
|
2014-03-01 19:26:37 +00:00
|
|
|
sun4i-a10-olinuxino-lime.dtb \
|
2014-05-17 13:11:20 +00:00
|
|
|
sun4i-a10-pcduino.dtb
|
|
|
|
dtb-$(CONFIG_MACH_SUN5I) += \
|
2013-06-09 08:41:22 +00:00
|
|
|
sun5i-a10s-olinuxino-micro.dtb \
|
2014-05-12 12:11:06 +00:00
|
|
|
sun5i-a10s-r7-tv-dongle.dtb \
|
2014-09-16 16:04:46 +00:00
|
|
|
sun5i-a13-hsg-h702.dtb \
|
ARM: sun6i: Add WITS Colombus A31 evaluation kit support
This platform from WITS is the evaluation board for the Allwinner A31.
It features a quad-Cortex A7, 2048MB of RAM, NAND, USB, MMC, several
UART, HDMI, a 2048 x 1536 10" screen, powered by a PowerVR, etc.
Of course, most of these peripherals aren't supported yet, but support
for those will come eventually.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2013-06-22 18:22:14 +00:00
|
|
|
sun5i-a13-olinuxino.dtb \
|
2014-05-17 13:11:20 +00:00
|
|
|
sun5i-a13-olinuxino-micro.dtb
|
|
|
|
dtb-$(CONFIG_MACH_SUN6I) += \
|
2014-05-13 15:44:22 +00:00
|
|
|
sun6i-a31-app4-evb1.dtb \
|
2013-07-17 08:12:16 +00:00
|
|
|
sun6i-a31-colombus.dtb \
|
ARM: dts: sun6i: Add Merrii A31 Hummingbird support
This adds support for the A31 Hummingbird:
http://www.merrii.com/en/pla_d.asp?id=172
The Merrii A31 Hummingbird is a development board based on the
Allwinner A31 SoC with multiple USB ports through a USB hub chip,
a uSD slot, a 10/100/1000M ethernet port, an AP6210 WiFi/BT chip,
TV-in, HDMI, VGA, audio in/out ports, and LCD/CSI headers.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: enable usbphy, ehci0, ohci0 for on-board usb hub;
add pcf8563 rtc node; add comments for i2c0 and mmc0 pull-ups;
correct ethernet phy address to 0x01; drop uart2 (BT chip has
no power) and uart3 (no device); use proper commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
2014-07-15 17:15:47 +00:00
|
|
|
sun6i-a31-hummingbird.dtb \
|
2014-05-17 13:11:20 +00:00
|
|
|
sun6i-a31-m9.dtb
|
|
|
|
dtb-$(CONFIG_MACH_SUN7I) += \
|
2014-10-01 07:26:06 +00:00
|
|
|
sun7i-a20-bananapi.dtb \
|
2013-07-25 10:19:16 +00:00
|
|
|
sun7i-a20-cubieboard2.dtb \
|
2013-10-08 08:22:32 +00:00
|
|
|
sun7i-a20-cubietruck.dtb \
|
2014-08-19 07:33:01 +00:00
|
|
|
sun7i-a20-hummingbird.dtb \
|
2014-05-21 17:43:31 +00:00
|
|
|
sun7i-a20-i12-tvbox.dtb \
|
2014-10-01 14:25:37 +00:00
|
|
|
sun7i-a20-m3.dtb \
|
2014-08-20 05:25:03 +00:00
|
|
|
sun7i-a20-olinuxino-lime.dtb \
|
2014-10-10 13:15:24 +00:00
|
|
|
sun7i-a20-olinuxino-lime2.dtb \
|
2014-06-30 21:57:56 +00:00
|
|
|
sun7i-a20-olinuxino-micro.dtb \
|
|
|
|
sun7i-a20-pcduino3.dtb
|
ARM: sun8i: dt: Add Ippo-q8h v5 support
The Ippo-q8h is a tablet circuit board commonly found in cheap Android
tablets with A23 SoCs. There are at least 2 versions of the board, with
different peripherals, such as WiFi chips.
Common features among these tablets include 512 MB DRAM, NAND, MMC, LCD,
capacitive touchscreen, accelerometer, 1 or 2 camera sensors, USB OTG,
microphone and speaker.
v5 of these board designs has a ESP8089 WiFi chip (not supported)
connected to mmc1. This patch adds very basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2014-06-20 14:52:53 +00:00
|
|
|
dtb-$(CONFIG_MACH_SUN8I) += \
|
|
|
|
sun8i-a23-ippo-q8h-v5.dtb
|
ARM: dts: sun9i: Add A80 Optimus Board support
The A80 Optimus Board is was launched with the Allwinner A80 SoC.
It was jointly developed by Allwinner and Merrii.
This board has a UART port, a JTAG connector, USB host ports, a USB
3.0 OTG connector, an HDMI output, a micro SD slot, 8G NAND flash,
4G DRAM, a camera sensor interface, a WiFi/BT combo chip, a headphone
jack, IR receiver, and additional GPIO headers.
This patch adds only basic support.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Andreas Färber <afaerber@suse.de>
2014-10-08 13:02:54 +00:00
|
|
|
dtb-$(CONFIG_MACH_SUN9I) += \
|
|
|
|
sun9i-a80-optimus.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
|
2013-01-22 21:46:09 +00:00
|
|
|
tegra20-iris-512.dtb \
|
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQU4miAAoJEMhvYp4jgsXi1vMH/A4JJXe24cyo31rHJspZDSFg
nnCbnGKfDEOIHwLA8C3OeJuhswMlP/vWlGC512QXL8903XpZ2VJe63f2CLo1mN7Z
hg3JPWrp2VXZ/bqdMnUcw2CtlylrhyG9MUPapkcp+5Agjz2lwaJtRNL6LRRQX4Ei
cWjsJtaFpRj1QraFna0hpTQNO640je6s1rAIJl6eNOuX08l12ZAGDUA+IUUsa1cA
0OGeOAjH6gmkpMI89j1VPPKVRLHIdP4QcxmAZCHJ2LtvylyrlmYskctpAYibobvt
JPLnZgzMFAegnWtJhOYodhBJlfyypEeh2fsZVyDPowqRz9vaAWRjs6u/I4GYaME=
=HR3H
-----END PGP SIGNATURE-----
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
By Rob Herring (18) and Arnd Bergmann (1)
via Rob Herring
* tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux:
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
ARM: orion: move custom gpio functions to orion-gpio.h
ARM: shmobile: move custom gpio functions to sh-gpio.h
ARM: pxa: use gpio_to_irq for sharppm_sl
net: pxaficp_ir: add irq resources
usb: pxa27x_udc: remove IRQ_USB define
staging: ste_rmi4: remove gpio.h include
Conflicts due to addition of bcm2835 and removal of pnx4008 in:
arch/arm/Kconfig
arch/arm/Makefile
Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in:
arch/arm/mach-imx/Makefile.boot
arch/arm/mach-mxs/Makefile.boot
arch/arm/mach-tegra/Makefile.boot
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-09-21 05:53:18 +00:00
|
|
|
tegra20-medcom-wide.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
tegra20-paz00.dtb \
|
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQU4miAAoJEMhvYp4jgsXi1vMH/A4JJXe24cyo31rHJspZDSFg
nnCbnGKfDEOIHwLA8C3OeJuhswMlP/vWlGC512QXL8903XpZ2VJe63f2CLo1mN7Z
hg3JPWrp2VXZ/bqdMnUcw2CtlylrhyG9MUPapkcp+5Agjz2lwaJtRNL6LRRQX4Ei
cWjsJtaFpRj1QraFna0hpTQNO640je6s1rAIJl6eNOuX08l12ZAGDUA+IUUsa1cA
0OGeOAjH6gmkpMI89j1VPPKVRLHIdP4QcxmAZCHJ2LtvylyrlmYskctpAYibobvt
JPLnZgzMFAegnWtJhOYodhBJlfyypEeh2fsZVyDPowqRz9vaAWRjs6u/I4GYaME=
=HR3H
-----END PGP SIGNATURE-----
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
By Rob Herring (18) and Arnd Bergmann (1)
via Rob Herring
* tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux:
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
ARM: orion: move custom gpio functions to orion-gpio.h
ARM: shmobile: move custom gpio functions to sh-gpio.h
ARM: pxa: use gpio_to_irq for sharppm_sl
net: pxaficp_ir: add irq resources
usb: pxa27x_udc: remove IRQ_USB define
staging: ste_rmi4: remove gpio.h include
Conflicts due to addition of bcm2835 and removal of pnx4008 in:
arch/arm/Kconfig
arch/arm/Makefile
Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in:
arch/arm/mach-imx/Makefile.boot
arch/arm/mach-mxs/Makefile.boot
arch/arm/mach-tegra/Makefile.boot
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-09-21 05:53:18 +00:00
|
|
|
tegra20-plutux.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
tegra20-seaboard.dtb \
|
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQU4miAAoJEMhvYp4jgsXi1vMH/A4JJXe24cyo31rHJspZDSFg
nnCbnGKfDEOIHwLA8C3OeJuhswMlP/vWlGC512QXL8903XpZ2VJe63f2CLo1mN7Z
hg3JPWrp2VXZ/bqdMnUcw2CtlylrhyG9MUPapkcp+5Agjz2lwaJtRNL6LRRQX4Ei
cWjsJtaFpRj1QraFna0hpTQNO640je6s1rAIJl6eNOuX08l12ZAGDUA+IUUsa1cA
0OGeOAjH6gmkpMI89j1VPPKVRLHIdP4QcxmAZCHJ2LtvylyrlmYskctpAYibobvt
JPLnZgzMFAegnWtJhOYodhBJlfyypEeh2fsZVyDPowqRz9vaAWRjs6u/I4GYaME=
=HR3H
-----END PGP SIGNATURE-----
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
By Rob Herring (18) and Arnd Bergmann (1)
via Rob Herring
* tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux:
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
ARM: orion: move custom gpio functions to orion-gpio.h
ARM: shmobile: move custom gpio functions to sh-gpio.h
ARM: pxa: use gpio_to_irq for sharppm_sl
net: pxaficp_ir: add irq resources
usb: pxa27x_udc: remove IRQ_USB define
staging: ste_rmi4: remove gpio.h include
Conflicts due to addition of bcm2835 and removal of pnx4008 in:
arch/arm/Kconfig
arch/arm/Makefile
Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in:
arch/arm/mach-imx/Makefile.boot
arch/arm/mach-mxs/Makefile.boot
arch/arm/mach-tegra/Makefile.boot
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-09-21 05:53:18 +00:00
|
|
|
tegra20-tec.dtb \
|
2012-09-06 18:32:38 +00:00
|
|
|
tegra20-trimslice.dtb \
|
|
|
|
tegra20-ventana.dtb \
|
|
|
|
tegra20-whistler.dtb \
|
2014-06-09 22:52:46 +00:00
|
|
|
tegra30-apalis-eval.dtb \
|
2013-01-02 23:53:51 +00:00
|
|
|
tegra30-beaver.dtb \
|
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJQU4miAAoJEMhvYp4jgsXi1vMH/A4JJXe24cyo31rHJspZDSFg
nnCbnGKfDEOIHwLA8C3OeJuhswMlP/vWlGC512QXL8903XpZ2VJe63f2CLo1mN7Z
hg3JPWrp2VXZ/bqdMnUcw2CtlylrhyG9MUPapkcp+5Agjz2lwaJtRNL6LRRQX4Ei
cWjsJtaFpRj1QraFna0hpTQNO640je6s1rAIJl6eNOuX08l12ZAGDUA+IUUsa1cA
0OGeOAjH6gmkpMI89j1VPPKVRLHIdP4QcxmAZCHJ2LtvylyrlmYskctpAYibobvt
JPLnZgzMFAegnWtJhOYodhBJlfyypEeh2fsZVyDPowqRz9vaAWRjs6u/I4GYaME=
=HR3H
-----END PGP SIGNATURE-----
Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatform
Enable initial ARM multi-platform support for highbank, mvebu,
socfpga, picoxcell, and vexpress.
Multi-platform support is dependent on mach/gpio.h removal and
restructuring of DEBUG_LL and dtb build rules included in this branch.
This has been built for all defconfigs, and booted on highbank with
all 5 platforms enabled.
By Rob Herring (18) and Arnd Bergmann (1)
via Rob Herring
* tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux:
ARM: vexpress: convert to multi-platform
ARM: initial multiplatform support
ARM: mvebu: move armada-370-xp.h in mach dir
ARM: vexpress: remove dependency on mach/* headers
ARM: picoxcell: remove dependency on mach/* headers
ARM: move all dtb targets out of Makefile.boot
ARM: picoxcell: move debug macros to include/debug
ARM: socfpga: move debug macros to include/debug
ARM: mvebu: move debug macros to include/debug
ARM: vexpress: move debug macros to include/debug
ARM: highbank: move debug macros to include/debug
ARM: move debug macros to common location
ARM: make mach/gpio.h headers optional
ARM: orion: move custom gpio functions to orion-gpio.h
ARM: shmobile: move custom gpio functions to sh-gpio.h
ARM: pxa: use gpio_to_irq for sharppm_sl
net: pxaficp_ir: add irq resources
usb: pxa27x_udc: remove IRQ_USB define
staging: ste_rmi4: remove gpio.h include
Conflicts due to addition of bcm2835 and removal of pnx4008 in:
arch/arm/Kconfig
arch/arm/Makefile
Conflicts due to new dtb targets, moved to arch/arm/boot/dts/Makefile in:
arch/arm/mach-imx/Makefile.boot
arch/arm/mach-mxs/Makefile.boot
arch/arm/mach-tegra/Makefile.boot
Signed-off-by: Olof Johansson <olof@lixom.net>
2012-09-21 05:53:18 +00:00
|
|
|
tegra30-cardhu-a02.dtb \
|
2013-01-24 01:10:24 +00:00
|
|
|
tegra30-cardhu-a04.dtb \
|
2014-05-14 21:45:58 +00:00
|
|
|
tegra30-colibri-eval-v3.dtb \
|
2013-10-08 04:50:06 +00:00
|
|
|
tegra114-dalmore.dtb \
|
ARM: tegra: add device tree for SHIELD
NVIDIA SHIELD is a portable Android console containing a Tegra 4 SoC with
2GB RAM and a 720p panel.
The following hardware is enabled by this device tree: UART, eMMC, USB
(needs external power), PMIC, backlight, joystick, SD card, GPIO keys.
DSI panel, HDMI output, charger, self-powered USB, audio, wifi bluetooth
are not supported yet but might be by future patches (likely in that
order).
Touch panel and sensors will probably never be supported.
Initrd addresses are hardcoded to match the static values used by the
bootloader, since it won't add them for us. All the same, a kernel
command-line is provided to replace the one passed by the
bootloader which is filled with garbage.
NVIDIA SHIELD is typically booted with an appended DTB to avoid
modifications made by the bootloader.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
[swarren, fixed gpio-keys child node sort order, patch description]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2014-05-12 08:26:49 +00:00
|
|
|
tegra114-roth.dtb \
|
ARM: tegra: add Tegra Note 7 device tree
Tegra Note 7 is a consumer tablet embedding a Tegra 4 SoC with 1GB RAM
and a 720p panel.
The following hardware is enabled by this device tree: UART, eMMC, USB
(needs external power), PMIC, backlight, DSI panel, keys.
SD card, HDMI, charger, self-powered USB, audio, wifi, bluetooth are not
yet supported but might be by future patches (likely in that order).
Touch panel, sensors & cameras will probably never be supported.
Pinctrl is not set yet, as the bootloader-provided values allow us to
use the currently supported hardware.
Initrd addresses are hardcoded to match the static values used by the
bootloader, since it won't add them for us. All the same, a kernel
command-line is provided to replace the one passed by the bootloader
which is filled with garbage.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
[treding@nvidia.com: DT fixes, DSI panel support]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2014-05-02 07:59:08 +00:00
|
|
|
tegra114-tn7.dtb \
|
ARM: tegra: add Jetson TK1 device tree
Jetson TK1 is an NVIDIA Tegra124 development board, containing Tegra124,
2GB RAM, eMMC, SD card, SPI flash, serial port, PCIe Ethernet, HDMI,
audio, mini PCIe, JTAG, SATA, and an expansion IO connector containing
GPIOs, I2C, SPI, CSI, eDP, etc.
The following features work with this device tree: UART, SD card, eMMC,
SPI flash, USB (full-size jack, and mini-PCIe), audio, AS3722 RTC, system
power-off, suspend/resume (LP1) with wake via RTC alarm.
The following features should work with this device tree, but are not
validated: Expansion I2C, expansion SPI, expansion GPIO, gpio-key for the
power button.
The following features are not yet implemented in this device tree: Most
voltage regulators, expansion UART, HDMI, eDP, PCIe (Ethernet, and mini-
PCIe connector), CSI, SATA.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2014-03-19 21:47:53 +00:00
|
|
|
tegra124-jetson-tk1.dtb \
|
2014-09-04 22:20:35 +00:00
|
|
|
tegra124-nyan-big.dtb \
|
2013-10-08 04:50:06 +00:00
|
|
|
tegra124-venice2.dtb
|
2014-04-14 09:55:01 +00:00
|
|
|
dtb-$(CONFIG_ARCH_U300) += ste-u300.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \
|
|
|
|
ste-hrefprev60-stuib.dtb \
|
|
|
|
ste-hrefprev60-tvk.dtb \
|
|
|
|
ste-hrefv60plus-stuib.dtb \
|
|
|
|
ste-hrefv60plus-tvk.dtb \
|
|
|
|
ste-ccu8540.dtb \
|
|
|
|
ste-ccu9540.dtb
|
2013-03-14 02:31:42 +00:00
|
|
|
dtb-$(CONFIG_ARCH_VERSATILE) += versatile-ab.dtb \
|
|
|
|
versatile-pb.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \
|
|
|
|
vexpress-v2p-ca9.dtb \
|
|
|
|
vexpress-v2p-ca15-tc1.dtb \
|
2013-04-23 14:51:11 +00:00
|
|
|
vexpress-v2p-ca15_a7.dtb
|
|
|
|
dtb-$(CONFIG_ARCH_VIRT) += xenvm-4.2.dtb
|
2012-10-07 01:14:41 +00:00
|
|
|
dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \
|
|
|
|
wm8505-ref.dtb \
|
2013-01-19 06:44:28 +00:00
|
|
|
wm8650-mid.dtb \
|
2013-04-22 22:55:57 +00:00
|
|
|
wm8750-apc8750.dtb \
|
2013-01-19 06:44:28 +00:00
|
|
|
wm8850-w70v2.dtb
|
2014-07-24 23:00:12 +00:00
|
|
|
dtb-$(CONFIG_ARCH_ZYNQ) += \
|
|
|
|
zynq-parallella.dtb \
|
|
|
|
zynq-zc702.dtb \
|
2013-06-13 16:37:18 +00:00
|
|
|
zynq-zc706.dtb \
|
2014-12-01 00:25:50 +00:00
|
|
|
zynq-zed.dtb \
|
|
|
|
zynq-zybo.dtb
|
2014-03-17 10:02:46 +00:00
|
|
|
dtb-$(CONFIG_MACH_ARMADA_370) += \
|
|
|
|
armada-370-db.dtb \
|
|
|
|
armada-370-mirabox.dtb \
|
|
|
|
armada-370-netgear-rn102.dtb \
|
|
|
|
armada-370-netgear-rn104.dtb \
|
2014-11-21 23:46:49 +00:00
|
|
|
armada-370-rd.dtb \
|
|
|
|
armada-370-synology-ds213j.dtb
|
2014-03-17 10:02:46 +00:00
|
|
|
dtb-$(CONFIG_MACH_ARMADA_375) += \
|
|
|
|
armada-375-db.dtb
|
|
|
|
dtb-$(CONFIG_MACH_ARMADA_38X) += \
|
2014-03-17 10:07:25 +00:00
|
|
|
armada-385-db.dtb \
|
|
|
|
armada-385-rd.dtb
|
2014-03-17 10:02:46 +00:00
|
|
|
dtb-$(CONFIG_MACH_ARMADA_XP) += \
|
|
|
|
armada-xp-axpwifiap.dtb \
|
|
|
|
armada-xp-db.dtb \
|
|
|
|
armada-xp-gp.dtb \
|
2014-07-27 23:30:39 +00:00
|
|
|
armada-xp-lenovo-ix4-300d.dtb \
|
2014-03-17 10:02:46 +00:00
|
|
|
armada-xp-matrix.dtb \
|
2014-07-27 23:30:39 +00:00
|
|
|
armada-xp-netgear-rn2120.dtb \
|
2014-11-21 23:46:57 +00:00
|
|
|
armada-xp-openblocks-ax3-4.dtb \
|
|
|
|
armada-xp-synology-ds414.dtb
|
2014-03-17 10:07:25 +00:00
|
|
|
dtb-$(CONFIG_MACH_DOVE) += dove-cm-a510.dtb \
|
|
|
|
dove-cubox.dtb \
|
2014-05-27 22:00:06 +00:00
|
|
|
dove-cubox-es.dtb \
|
2014-03-17 10:07:25 +00:00
|
|
|
dove-d2plug.dtb \
|
|
|
|
dove-d3plug.dtb \
|
|
|
|
dove-dove-db.dtb
|
2014-11-04 07:30:53 +00:00
|
|
|
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6589-aquaris5.dtb \
|
2014-11-14 05:14:53 +00:00
|
|
|
mt6592-evb.dtb \
|
2014-11-04 07:30:53 +00:00
|
|
|
mt8127-moose.dtb \
|
|
|
|
mt8135-evbp1.dtb
|
2012-09-06 18:32:38 +00:00
|
|
|
|
|
|
|
endif
|
2012-11-27 23:29:11 +00:00
|
|
|
|
2014-09-03 13:54:55 +00:00
|
|
|
always := $(dtb-y)
|
|
|
|
clean-files := *.dtb
|