Re: [PATCH] arm64: dts: socfpga: stratix10_swvp: remove invalid sysmgr properties

From: Krzysztof Kozlowski
Date: Fri Jan 10 2025 - 06:36:46 EST


On 10/01/2025 12:26, niravkumar.l.rabara@xxxxxxxxx wrote:
> From: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxx>
>
> Removed invalid sys-mgr properties for stratix10 and fixed

"Remove"

> dtbs_check warnings like:
>
> socfpga_stratix10_swvp.dtb: sysmgr@ffd12000: cpu1-start-addr: False schema
> does not allow 4291846704
> from schema $id:
> http://devicetree.org/schemas/soc/altera/altr,sys-mgr.yaml#
> socfpga_stratix10_swvp.dtb: sysmgr@ffd12000: 'interrupts' does not match
> any of the regexes: 'pinctrl-[0-9]+'
> from schema $id:
> http://devicetree.org/schemas/soc/altera/altr,sys-mgr.yaml#

This message is not readable. Don't wrap it.

>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202501091748.L2W2RwE5-lkp@xxxxxxxxx/
> Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxx>
> ---
> arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> index 0d837d3e65a5..fce1dc2ebad0 100644
> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> @@ -110,6 +110,4 @@ &rst {
>
> &sysmgr {
> reg = <0xffd12000 0x1000>;
> - interrupts = <0x0 0x10 0x4>;

Is this correct? Some background would be useful.

Best regards,
Krzysztof