Skip to content

Commit

Permalink
Fix Remove dummy register as we rewrote the dma.h driver to allow onl…
Browse files Browse the repository at this point in the history
…y 32 Bit access to the conf register!
  • Loading branch information
Raphael Roth committed Dec 2, 2024
1 parent 07ad957 commit f937627
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/frontend/reg/tpl/idma_reg.hjson.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ ${params}
}
]
},
{ name: "dummy_register_1",
desc: "Dummy Register to align for 64 bit! TODO: Update Driver to avoid writing 64 Bit!",
swaccess: "rw",
hwaccess: "hro",
fields: [
{ bits: "31:0",
name: "dummy_bits_1",
desc: "Dummy Bits"
}
]
},
{ name: "smmu",
desc: "Configuration Register for the SMMU",
swaccess: "rw",
Expand All @@ -89,17 +78,6 @@ ${params}
}
]
},
{ name: "dummy_register_2",
desc: "Dummy Register to align for 64 bit! TODO: Update Driver to avoid writing 64 Bit!",
swaccess: "rw",
hwaccess: "hro",
fields: [
{ bits: "31:0",
name: "dummy_bits_2",
desc: "Dummy Bits"
}
]
},
{ name: "smmu_root_pt_h",
desc: "High Word of the root of the page table",
swaccess: "rw",
Expand Down

0 comments on commit f937627

Please sign in to comment.