From 13345bfe7f6ca531d8b57708553eeac2ffb4f185 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Sun, 27 Dec 2020 16:41:06 +1030 Subject: [PATCH] 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 --- litex/tools/litex_json2dts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/tools/litex_json2dts.py b/litex/tools/litex_json2dts.py index e9bb56c33..830ce622b 100755 --- a/litex/tools/litex_json2dts.py +++ b/litex/tools/litex_json2dts.py @@ -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"; }};