Re: [PATCH 1/2] dt-bindings: serial: samsung: add DMA properties

2021-03-05 Thread Rob Herring
On Fri, 12 Feb 2021 17:39:04 +0100, Krzysztof Kozlowski wrote: > The Samsung SoC UART nodes have usually DMA so dtschema has to reflect > this to fix dtbs_check warnings like: > > arch/arm/boot/dts/exynos4210-smdkv310.dt.yaml: serial@1380: > 'dma-names', 'dmas' do not match any of the

[PATCH 1/2] dt-bindings: serial: samsung: add DMA properties

2021-02-12 Thread Krzysztof Kozlowski
The Samsung SoC UART nodes have usually DMA so dtschema has to reflect this to fix dtbs_check warnings like: arch/arm/boot/dts/exynos4210-smdkv310.dt.yaml: serial@1380: 'dma-names', 'dmas' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski ---