Skip to content

Commit 365f500

Browse files
author
Raphael Roth
committed
WIP adding dummy register to prevent that the core register update writes into the smmu config register
1 parent 864e6af commit 365f500

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/frontend/reg/tpl/idma_reg.hjson.tpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ ${params}
5555
}
5656
]
5757
},
58+
{ name: "dummy_register",
59+
desc: "Dummy Register to prevent that the core overwrites the smmu config register while writing the dma conf register!",
60+
swaccess: "rw",
61+
hwaccess: "hro",
62+
fields: [
63+
{ bits: "0",
64+
name: "dummy",
65+
desc: "dummy flag"
66+
},
67+
]
68+
},
5869
{ name: "smmu",
5970
desc: "Configuration Register for the SMMU",
6071
swaccess: "rw",

0 commit comments

Comments
 (0)