diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2018-07-02 14:20:20 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-07-09 08:10:20 -0700 |
commit | b7dd29b401f5862ea24df13ee5c10bed8668c14b (patch) | |
tree | a98fa1b75a70085cb39299f2b71416f408db54de /arch | |
parent | b8ccf02a5014b8d3a828a859a35b1fb6ceb6e688 (diff) | |
download | blackbird-obmc-linux-b7dd29b401f5862ea24df13ee5c10bed8668c14b.tar.gz blackbird-obmc-linux-b7dd29b401f5862ea24df13ee5c10bed8668c14b.zip |
ARM: dts: bcm283x: Add Transposer block
The transposer block is allowing one to write the result of the VC4
composition back to memory instead of displaying it on a screen.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 61315cf734ef..31b29646b14c 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -66,6 +66,12 @@ clock-frequency = <1000000>; }; + txp@7e004000 { + compatible = "brcm,bcm2835-txp"; + reg = <0x7e004000 0x20>; + interrupts = <1 11>; + }; + dma: dma@7e007000 { compatible = "brcm,bcm2835-dma"; reg = <0x7e007000 0xf00>; |