mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 21:45:01 +08:00
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 <eric@anholt.net> Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
2bd6bf03f4
commit
5607785b86
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user