]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: cygnus: Add the CLCD controller
authorEric Anholt <eric@anholt.net>
Thu, 31 Aug 2017 18:54:15 +0000 (11:54 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 25 Sep 2017 18:45:02 +0000 (11:45 -0700)
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 <eric@anholt.net>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 7c957ea06c66ce6b603277e452584dc8df05e5ef..90a19770feae024362eb334b480f4ffc02939956 100644 (file)
@@ -473,6 +473,16 @@ ohci0: usb@18048800 {
                        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>;