[top] Fix typo in comment in top_earlgrey.hjson
This is "software clock gate", not "software config". The naming in
the actual code is sw_cg.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/top_earlgrey/data/top_earlgrey.hjson b/hw/top_earlgrey/data/top_earlgrey.hjson
index 02ac15f..18f71fd 100644
--- a/hw/top_earlgrey/data/top_earlgrey.hjson
+++ b/hw/top_earlgrey/data/top_earlgrey.hjson
@@ -40,13 +40,13 @@
// "ext" - clock is supplied from a port of the top module
// "top" - clock is supplied from a net inside the top module
//
- // sw_cfg: whether software is allowed to gate the clock
+ // sw_cg: whether software is allowed to gate the clock
// "no" - software is not allowed to gate clocks
// "yes" - software is allowed to gate clocks
// "hint" - software can provide a hint, and hw controls the rest
//
// unique: whether each module in the group can be separately gated
- // if sw_cfg is "no", this field has no meaning
+ // if sw_cg is "no", this field has no meaning
// "yes" - each clock is individually controlled
// "no" - the group is controlled as one single unit
//