diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-08-16 22:44:36 +0200 |
---|---|---|
committer | Stefan Wahren <wahrenst@gmx.net> | 2019-10-10 19:12:54 +0200 |
commit | ba61479e1ee94622491a662a1e056d177c1969f8 (patch) | |
tree | 4343b1368bb6956e51591ab236d5a22fd9e02633 /arch | |
parent | 4b2d24662126b1e2a6b95c9dfe9e9044e105e5bd (diff) | |
download | linux-ba61479e1ee94622491a662a1e056d177c1969f8.tar.bz2 |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index f16899d096c3..ae8296f2f1af 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -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>, |