ARM: dts: bcm283x: Remove brcm,bcm2835-pl011 compatible

The downstream compatible brcm,bcm2835-pl011 hasn't been upstreamed yet.
So remove it.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
This commit is contained in:
Stefan Wahren 2019-08-16 22:44:36 +02:00
parent 4b2d246621
commit ba61479e1e

View file

@ -396,7 +396,7 @@
};
uart0: serial@7e201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
compatible = "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x200>;
interrupts = <2 25>;
clocks = <&clocks BCM2835_CLOCK_UART>,