Skip to content

Commit b979ed0

Browse files
committed
fixup! ARM: dts: Select the PL011 platform driver
Retain the original compatible strings as fallbacks. See: #7023 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 78bd1e7 commit b979ed0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

arch/arm/boot/dts/broadcom/bcm270x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
};
240240

241241
&uart0 {
242-
compatible = "arm,pl011-axi";
242+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
243243
/* Enable CTS bug workaround */
244244
cts-event-workaround;
245245
};

arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,29 +510,29 @@ i2c_vc: &i2c0 {};
510510
};
511511

512512
&uart0 {
513-
compatible = "arm,pl011-axi";
513+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
514514
};
515515

516516
&uart2 {
517-
compatible = "arm,pl011-axi";
517+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
518518
pinctrl-0 = <&uart2_pins>;
519519
pinctrl-names = "default";
520520
};
521521

522522
&uart3 {
523-
compatible = "arm,pl011-axi";
523+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
524524
pinctrl-0 = <&uart3_pins>;
525525
pinctrl-names = "default";
526526
};
527527

528528
&uart4 {
529-
compatible = "arm,pl011-axi";
529+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
530530
pinctrl-0 = <&uart4_pins>;
531531
pinctrl-names = "default";
532532
};
533533

534534
&uart5 {
535-
compatible = "arm,pl011-axi";
535+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
536536
pinctrl-0 = <&uart5_pins>;
537537
pinctrl-names = "default";
538538
};

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
};
431431

432432
&uart10 {
433-
compatible = "arm,pl011-axi";
433+
compatible = "arm,pl011-axi", "arm,pl011", "arm,primecell";
434434
};
435435

436436
&aon_intr {

0 commit comments

Comments
 (0)