diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2016-01-25 21:40:06 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-02-03 03:01:26 +0100 |
commit | 7a1298e339249f25f4ef97fed332c70e1d1507e4 (patch) | |
tree | 8158aa007e9163cc0ac0502aac2c2e4a5e1f0235 /arch/arm/boot/dts/Makefile | |
parent | ARM: bcm2835: follow dt uart node-naming convention (diff) | |
download | linux-7a1298e339249f25f4ef97fed332c70e1d1507e4.tar.xz linux-7a1298e339249f25f4ef97fed332c70e1d1507e4.zip |
ARM: bcm2835: dt: Add Raspberry Pi Model A
This one is essentially the same as revision 2 B board (with the I2S on
P5 header).
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
[anholt: Rebased on bcm2835.dtsi -> bcm283x.dtsi change]
Signed-off-by: Eric Anholt <eric@anholt.net>
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 a4a6d70e8b26..d00081447c32 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -60,6 +60,7 @@ dtb-$(CONFIG_ARCH_AXXIA) += \ axm5516-amarillo.dtb dtb-$(CONFIG_ARCH_BCM2835) += \ bcm2835-rpi-b.dtb \ + bcm2835-rpi-a.dtb \ bcm2835-rpi-b-rev2.dtb \ bcm2835-rpi-b-plus.dtb \ bcm2835-rpi-a-plus.dtb \ |