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:
Joel Stanley 2020-12-27 16:41:06 +10:30
parent bddb170650
commit 13345bfe7f
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}};