dts: Fix soc controller compatible
The version that landed upstream is spelt litex,soc-controller with a dash instead of an underscore. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
bddb170650
commit
13345bfe7f
|
@ -139,7 +139,7 @@ def generate_dts(d):
|
|||
|
||||
dts += """
|
||||
soc_ctrl0: soc_controller@{soc_ctrl_csr_base:x} {{
|
||||
compatible = "litex,soc_controller";
|
||||
compatible = "litex,soc-controller";
|
||||
reg = <0x{soc_ctrl_csr_base:x} 0xc>;
|
||||
status = "okay";
|
||||
}};
|
||||
|
|
Loading…
Reference in New Issue