ARM: dts: meson8: add the canvas module
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 20 May 2019 19:43:51 +0000 (21:43 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 23 May 2019 01:17:35 +0000 (18:17 -0700)
commit47b58182391a9b88b77da0e57c79e9160929fdbf
tree6bc7920a7add3bd5a927532c575d70c2a426fd81
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
ARM: dts: meson8: add the canvas module

Add the canvas module to Meson8 because it's required for the VPU
(video output) and video decoders.

The canvas module is located inside thie "DMC bus" (where also some of
the memory controller registers are located). The "DMC bus" itself is
part of the so-called "MMC bus".

Amlogic's vendor kernel has an explicit #define for the "DMC" register
range on Meson8m2 while there's no such #define for Meson8. However, the
canvas and memory controller registers on Meson8 are all expressed as
"0x6000 + actual offset", while Meson8m2 uses "DMC + actual offset".
Thus it's safe to assume that the DMC bus exists on both SoCs even
though the registers inside are slightly different.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi