]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: socfpga: stratix10: fix dtbs_check for rstmgr
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 4 Jun 2025 19:49:55 +0000 (14:49 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Sat, 12 Jul 2025 12:20:17 +0000 (07:20 -0500)
Add the default "altr,rst-mgr" to the rstmgr node on Stratix10.

This fixes this warning:

arch/arm64/boot/dts/altera:33:10
rstmgr@ffd11000 (altr,stratix10-rst-mgr): compatible: 'oneOf' conditional
failed, one must be fixed:

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 0def0b0daaf73101362eb13e0db5901c6ade06e1..f0f659139f22cb9649d1cb48bc23a0409fafa5d0 100644 (file)
 
                rst: rstmgr@ffd11000 {
                        #reset-cells = <1>;
-                       compatible = "altr,stratix10-rst-mgr";
+                       compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr";
                        reg = <0xffd11000 0x1000>;
                };