diff options
author | Eric Anholt <eric@anholt.net> | 2018-03-09 18:36:39 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-03-12 14:44:29 -0400 |
commit | ae67cfc4f6abb379e5bbe9a5616f00b23bbecb01 (patch) | |
tree | f59518d6acef94399d6e470065886b4ac9abaf8e | |
parent | bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0 (diff) |
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>
-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 @@ | |||
441 | interrupts = <2 14>; /* pwa1 */ | 441 | interrupts = <2 14>; /* pwa1 */ |
442 | }; | 442 | }; |
443 | 443 | ||
444 | dpi: dpi@7e208000 { | ||
445 | compatible = "brcm,bcm2835-dpi"; | ||
446 | reg = <0x7e208000 0x8c>; | ||
447 | clocks = <&clocks BCM2835_CLOCK_VPU>, | ||
448 | <&clocks BCM2835_CLOCK_DPI>; | ||
449 | clock-names = "core", "pixel"; | ||
450 | #address-cells = <1>; | ||
451 | #size-cells = <0>; | ||
452 | status = "disabled"; | ||
453 | }; | ||
454 | |||
444 | dsi0: dsi@7e209000 { | 455 | dsi0: dsi@7e209000 { |
445 | compatible = "brcm,bcm2835-dsi0"; | 456 | compatible = "brcm,bcm2835-dsi0"; |
446 | reg = <0x7e209000 0x78>; | 457 | reg = <0x7e209000 0x78>; |