diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-25 21:34:02 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-04 06:18:08 +0400 |
commit | e2b15689dcb052b8c4c6580c79aef50052c55581 (patch) | |
tree | d29738962e1a518192d1cc6f9c35246d30d6e459 /arch/arm/boot/dts/Makefile | |
parent | cb932e12d931f7973ac3ac66004977aec8fc87c0 (diff) | |
download | linux-e2b15689dcb052b8c4c6580c79aef50052c55581.tar.xz |
ARM: kirkwood: Add dts file describing HP T5325 thin client
Describe the T5325 using device tree properties, where possible. The
first version of this file was produced by Thomas Petazzoni.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.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 1e6dbde1724e..a292b3cc94a5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -132,6 +132,7 @@ dtb-$(CONFIG_ARCH_KIRKWOOD) += kirkwood-b3.dtb \ kirkwood-rs411.dtb \ kirkwood-sheevaplug.dtb \ kirkwood-sheevaplug-esata.dtb \ + kirkwood-t5325.dtb \ kirkwood-topkick.dtb \ kirkwood-ts219-6281.dtb \ kirkwood-ts219-6282.dtb \ |