mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:56:38 +07:00
ARM: vexpress: Add missing SP804 interrupt in motherboard's DTS files
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
This commit is contained in:
parent
d1b8a775fd
commit
b7541a950f
@ -157,6 +157,7 @@ v2m_timer01: timer@110000 {
|
|||||||
v2m_timer23: timer@120000 {
|
v2m_timer23: timer@120000 {
|
||||||
compatible = "arm,sp804", "arm,primecell";
|
compatible = "arm,sp804", "arm,primecell";
|
||||||
reg = <0x120000 0x1000>;
|
reg = <0x120000 0x1000>;
|
||||||
|
interrupts = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* DVI I2C bus */
|
/* DVI I2C bus */
|
||||||
|
@ -156,6 +156,7 @@ v2m_timer01: timer@11000 {
|
|||||||
v2m_timer23: timer@12000 {
|
v2m_timer23: timer@12000 {
|
||||||
compatible = "arm,sp804", "arm,primecell";
|
compatible = "arm,sp804", "arm,primecell";
|
||||||
reg = <0x12000 0x1000>;
|
reg = <0x12000 0x1000>;
|
||||||
|
interrupts = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* DVI I2C bus */
|
/* DVI I2C bus */
|
||||||
|
Loading…
Reference in New Issue
Block a user