diff options
author | Eric Anholt <[email protected]> | 2017-08-31 11:54:15 -0700 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2017-09-25 11:45:02 -0700 |
commit | 5607785b86eb345f1982ae6e319c6c5b8d477c68 (patch) | |
tree | 34dab8817054ee31b03652f9ba63bbc5dd706aa9 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
ARM: dts: cygnus: Add the CLCD controller
This doesn't yet enable it on any particular platform, as we still
need a panel driver for bcm911360_entphn.
Signed-off-by: Eric Anholt <[email protected]>
Acked-by: Scott Branden <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 7c957ea06c66..90a19770feae 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -473,6 +473,16 @@ status = "disabled"; }; + clcd: clcd@180a0000 { + compatible = "arm,pl111", "arm,primecell"; + reg = <0x180a0000 0x1000>; + interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "combined"; + clocks = <&axi41_clk>, <&apb_clk>; + clock-names = "clcdclk", "apb_pclk"; + status = "disabled"; + }; + v3d: v3d@180a2000 { compatible = "brcm,cygnus-v3d"; reg = <0x180a2000 0x1000>; |