Re: [PATCH v2] dt-bindings: serial: samsung: include generic dtschema to match bluetooth child

2021-04-09 Thread Krzysztof Kozlowski
On 09/04/2021 18:09, Rob Herring wrote: > On Mon, Apr 05, 2021 at 07:21:19PM +0200, Krzysztof Kozlowski wrote: >> From: Krzysztof Kozlowski >> >> Include the generic serial.yaml dtschema so the child node like >> "bluetooh" will be properly matched: > > typo > >> >>

Re: [PATCH v2] dt-bindings: serial: samsung: include generic dtschema to match bluetooth child

2021-04-09 Thread Rob Herring
On Mon, Apr 05, 2021 at 07:21:19PM +0200, Krzysztof Kozlowski wrote: > From: Krzysztof Kozlowski > > Include the generic serial.yaml dtschema so the child node like > "bluetooh" will be properly matched: typo > > arch/arm/boot/dts/exynos4210-universal_c210.dt.yaml: > serial@1380:

[PATCH v2] dt-bindings: serial: samsung: include generic dtschema to match bluetooth child

2021-04-05 Thread Krzysztof Kozlowski
From: Krzysztof Kozlowski Include the generic serial.yaml dtschema so the child node like "bluetooh" will be properly matched: arch/arm/boot/dts/exynos4210-universal_c210.dt.yaml: serial@1380: 'bluetooth' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof