]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: ux500: split the HREF DTS files from two to four
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2013 13:42:59 +0000 (15:42 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2013 14:17:04 +0000 (16:17 +0200)
commit01dc909fa1be6259cdbbc9fd6933df4fbe26ea5a
tree127ff043f438c8a899a43d5f95c9fe6a96b8a257
parent9c19cfa93a43803c5f40054f96bca28d439e0847
ARM: ux500: split the HREF DTS files from two to four

As the device tree conversion did away with the ability to
auto-detect the UIB (User Interface Board) version from attempting
to read an I2C address, we now have to pass the knowledge of
what UIB is mounted through the device tree. This gives rise
to four possible board permutations:

- HREF prior to v60, ST UIB (hrefprev60-stuib)
- HREF prior to v60, TVK1281618 UIB (hrefprev60-tvk)
- HREF v60 and later, ST UIB (href60plus-stuib)
- HREF v60 and later, TVK1281618 UIB (hrefv60plus-tvk)

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/ste-hrefprev60-stuib.dts [new file with mode: 0644]
arch/arm/boot/dts/ste-hrefprev60-tvk.dts [new file with mode: 0644]
arch/arm/boot/dts/ste-hrefprev60.dtsi [moved from arch/arm/boot/dts/ste-hrefprev60.dts with 85% similarity]
arch/arm/boot/dts/ste-hrefv60plus-stuib.dts [new file with mode: 0644]
arch/arm/boot/dts/ste-hrefv60plus-tvk.dts [new file with mode: 0644]
arch/arm/boot/dts/ste-hrefv60plus.dtsi [moved from arch/arm/boot/dts/ste-hrefv60plus.dts with 95% similarity]