Skip to content

Commit 812bae3

Browse files
zevweissshenki
authored andcommitted
ARM: dts: aspeed: Update e3c246d4i vuart properties
This device-tree was merged with a provisional vuart IRQ-polarity property that was still under review and ended up taking a somewhat different form. This patch updates it to match the final form of the new vuart properties, which additionally allow specifying the SIRQ number and LPC address. Signed-off-by: Zev Weiss <[email protected]> Reviewed-by: Andrew Jeffery <[email protected]> Fixes: ca03042 ("serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts DT properties") Reviewed-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent ca46ad2 commit 812bae3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "aspeed-g5.dtsi"
55
#include <dt-bindings/gpio/aspeed-gpio.h>
66
#include <dt-bindings/i2c/i2c.h>
7+
#include <dt-bindings/interrupt-controller/irq.h>
78

89
/{
910
model = "ASRock E3C246D4I BMC";
@@ -73,7 +74,8 @@
7374

7475
&vuart {
7576
status = "okay";
76-
aspeed,sirq-active-high;
77+
aspeed,lpc-io-reg = <0x2f8>;
78+
aspeed,lpc-interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
7779
};
7880

7981
&mac0 {

0 commit comments

Comments
 (0)