Skip to content

Commit

Permalink
broadcom/bcm2712: Fix UART DT
Browse files Browse the repository at this point in the history
Its UART driver needs the interrupt-names property,
let's add it.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed May 16, 2024
1 parent 7d3dc4e commit ba18556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dts/arm64/broadcom/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
reg = <0x10 0x7d001000 0x200>;
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>;
interrupt-names = "irq_121";
clocks = <&clk_uart>;
status = "disabled";
};
Expand Down

0 comments on commit ba18556

Please sign in to comment.