mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
chore(tc): remove unused hdlcd
The hdlcd device tree node is not in use for any TC incarnation. The DPU replaces it. So drop it. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I5393435e36d8307bef909a6519cb40305b77f0cf
This commit is contained in:
parent
d0628728a6
commit
29d24bb799
1 changed files with 0 additions and 22 deletions
22
fdts/tc.dts
22
fdts/tc.dts
|
@ -383,28 +383,6 @@
|
|||
|
||||
};
|
||||
|
||||
hdlcd: hdlcd@7ff60000 {
|
||||
compatible = "arm,hdlcd";
|
||||
reg = <0x0 0x7ff60000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&fake_hdlcd_clk>;
|
||||
clock-names = "pxlclk";
|
||||
status = "disabled";
|
||||
|
||||
port {
|
||||
hdlcd_out: endpoint {
|
||||
remote-endpoint = <&vencoder_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fake_hdlcd_clk: fake-hdlcd-clk {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <25175000>;
|
||||
clock-output-names = "pxlclk";
|
||||
};
|
||||
|
||||
ethernet@18000000 {
|
||||
compatible = "smsc,lan91c111";
|
||||
reg = <0x0 0x18000000 0x0 0x10000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue