Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
··· 376 376 }; 377 377 378 378 rst: rstmgr@ffd11000 { 379 - #reset-cells = <1>; 380 - compatible = "altr,stratix10-rst-mgr"; 379 + compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr"; 381 380 reg = <0xffd11000 0x100>; 381 + #reset-cells = <1>; 382 382 }; 383 383 384 384 smmu: iommu@fa000000 {