diff options
author | Eric Anholt <eric@anholt.net> | 2018-03-10 02:36:39 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-03-12 21:44:29 +0300 |
commit | ae67cfc4f6abb379e5bbe9a5616f00b23bbecb01 (patch) | |
tree | f59518d6acef94399d6e470065886b4ac9abaf8e /arch/arm/boot/dts/bcm283x.dtsi | |
parent | bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0 (diff) | |
download | linux-ae67cfc4f6abb379e5bbe9a5616f00b23bbecb01.tar.xz |
ARM: bcm2835: Add the DPI hardware to the device tree.
It's currently marked disabled, as it's not useful without a panel
associated with it and the GPIO pins routed to ALT2.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm283x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index b0d2dc04aa63..9605c5599ead 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -441,6 +441,17 @@ interrupts = <2 14>; /* pwa1 */ }; + dpi: dpi@7e208000 { + compatible = "brcm,bcm2835-dpi"; + reg = <0x7e208000 0x8c>; + clocks = <&clocks BCM2835_CLOCK_VPU>, + <&clocks BCM2835_CLOCK_DPI>; + clock-names = "core", "pixel"; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + dsi0: dsi@7e209000 { compatible = "brcm,bcm2835-dsi0"; reg = <0x7e209000 0x78>; |