diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2021-09-24 11:58:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-05 08:40:13 +0300 |
commit | 982ba1cbf5d0d79d1d4e0075d6a1fca92a5d029d (patch) | |
tree | 4be28584a2febaf5aa7306a72d2e3bf66e13c2ca /arch/arm/boot/dts/Makefile | |
parent | 3bb3fd8565050350db081bba7b4976fd9bcd4436 (diff) | |
download | linux-982ba1cbf5d0d79d1d4e0075d6a1fca92a5d029d.tar.xz |
ARM: dts: imx: add devicetree for Kobo Libra H2O
This adds a devicetree for the Kobo Libra H2O Ebook reader. It is based on
boards called e70k02. It is equipped with an imx6sll SoC.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f88ddcc40b6a..596082cd6b0c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -638,7 +638,8 @@ dtb-$(CONFIG_SOC_IMX6SL) += \ imx6sl-warp.dtb dtb-$(CONFIG_SOC_IMX6SLL) += \ imx6sll-evk.dtb \ - imx6sll-kobo-clarahd.dtb + imx6sll-kobo-clarahd.dtb \ + imx6sll-kobo-librah2o.dtb dtb-$(CONFIG_SOC_IMX6SX) += \ imx6sx-nitrogen6sx.dtb \ imx6sx-sabreauto.dtb \ |