From: Dinh Nguyen Date: Sun, 25 Jun 2023 20:12:40 +0000 (-0500) Subject: arm64: dts: agilex/stratix10/n5x: fix dtbs_check for rstmgr X-Git-Tag: v6.6.7~2047^2~4^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c91e8f3373fe0d4f59c8fa39c9c4225ad1919927;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index 34e65a9..fc047ae 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi @@ -376,9 +376,9 @@ }; rst: rstmgr@ffd11000 { - #reset-cells = <1>; - compatible = "altr,stratix10-rst-mgr"; + compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr"; reg = <0xffd11000 0x100>; + #reset-cells = <1>; }; smmu: iommu@fa000000 {