[Letux-kernel] [PATCH 09/18] MIPS: DTS: jz4780: fix dma-controller as reported by dtbscheck

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Sat Apr 9 13:17:43 CEST 2022


On 08/04/2022 20:37, H. Nikolaus Schaller wrote:
> /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: dma at 13420000: $nodename:0: 'dma at 13420000' does not match '^dma-controller(@.*)?$'
> 	From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/dma/ingenic,dma.yaml
> 
> Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
> ---
>  arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi
> index 8b95486c8afa7..dc88f9e813453 100644
> --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi
> +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi
> @@ -515,7 +515,7 @@ eth0_addr: eth-mac-addr at 22 {
>  		};
>  	};
>  
> -	dma: dma at 13420000 {
> +	dma: dma-controller at 13420000 {

Fix all the files.

Best regards,
Krzysztof


More information about the Letux-kernel mailing list