diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2018-08-23 13:49:54 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-12 21:41:38 -0700 |
commit | f1726043426c73592868e2f447b4e260a4a68d91 (patch) | |
tree | b0dc9ef2523fb4b49b4114f700aa9a4b759f3ace /arch/arm64/boot/dts/amlogic | |
parent | b7eb0e26cc4a212fde09144cd49d4103170d2b9e (diff) | |
download | talos-obmc-linux-f1726043426c73592868e2f447b4e260a4a68d91.tar.gz talos-obmc-linux-f1726043426c73592868e2f447b4e260a4a68d91.zip |
arm64: dts: meson-gx: add dmcbus and canvas nodes.
DMC is a small memory region with various registers,
including the ones needed for the canvas module.
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index ef439223f532..49c22f269958 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -423,6 +423,19 @@ }; }; + dmcbus: bus@c8838000 { + compatible = "simple-bus"; + reg = <0x0 0xc8838000 0x0 0x400>; + #address-cells = <2>; + #size-cells = <2>; + ranges = <0x0 0x0 0x0 0xc8838000 0x0 0x400>; + + canvas: video-lut@48 { + compatible = "amlogic,canvas"; + reg = <0x0 0x48 0x0 0x14>; + }; + }; + hiubus: bus@c883c000 { compatible = "simple-bus"; reg = <0x0 0xc883c000 0x0 0x2000>; |