Skip to content

Commit 1de7dfb

Browse files
author
Dinh Nguyen
committed
arm64: dts: socfpga: stratix10: fix dtbs_check for rstmgr
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>
1 parent cd51991 commit 1de7dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395

396396
rst: rstmgr@ffd11000 {
397397
#reset-cells = <1>;
398-
compatible = "altr,stratix10-rst-mgr";
398+
compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr";
399399
reg = <0xffd11000 0x1000>;
400400
};
401401

0 commit comments

Comments
 (0)