Skip to content

Commit ba61479

Browse files
committed
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 <[email protected]>
1 parent 4b2d246 commit ba61479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm283x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
};
397397

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

0 commit comments

Comments
 (0)