Skip to content

Commit c91e8f3

Browse files
author
Dinh Nguyen
committed
arm64: dts: agilex/stratix10/n5x: fix dtbs_check for rstmgr
The bindings expect "altr,rst-mgr" as a fallback in the rstmgr compatible: rstmgr@ffd11000: compatible: 'oneOf' conditional failed, one must be fixed: ['altr,stratix10-rst-mgr'] is too short 'altr,rst-mgr' was expected Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent b2c62c3 commit c91e8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@
376376
};
377377

378378
rst: rstmgr@ffd11000 {
379-
#reset-cells = <1>;
380-
compatible = "altr,stratix10-rst-mgr";
379+
compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr";
381380
reg = <0xffd11000 0x100>;
381+
#reset-cells = <1>;
382382
};
383383

384384
smmu: iommu@fa000000 {

0 commit comments

Comments
 (0)