Merge pull request #747 from shenki/soc-controller-compatible
dts: Fix soc controller compatible
This commit is contained in:
commit
d5bf09d8f4
|
@ -143,7 +143,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, polling=False):
|
|||
|
||||
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