diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-03-08 21:32:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 11:16:06 +0300 |
commit | fd1eb46c382a69d0fbad85def3a2f3008a76efc1 (patch) | |
tree | 4c2873423db1061151185e509a98ac36cfe1a716 /arch/arm/boot/dts/Makefile | |
parent | fef5c646db07bfa64288b8fac61e6509f4fdb753 (diff) | |
download | linux-fd1eb46c382a69d0fbad85def3a2f3008a76efc1.tar.xz |
ARM: dts: imx7d-sdb: Add sht11 Click Board support
The imx7d-sdb has a mickro bus connector that can be connected to a
Sensirion SHT11 click board (temperature and humidity sensor):
https://shop.mikroe.com/click/sensors/sht1x
Add a new device tree file to describe such hardware.
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
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 ccecd7923b55..3c9fcc1f5d16 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -458,6 +458,7 @@ dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-nitrogen7.dtb \ imx7d-sbc-imx7.dtb \ imx7d-sdb.dtb \ + imx7d-sdb-sht11.dtb \ imx7s-colibri-eval-v3.dtb \ imx7s-warp.dtb dtb-$(CONFIG_SOC_LS1021A) += \ |