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

2021-03-07 Thread Krzysztof Kozlowski
On 05/03/2021 21:49, Rob Herring wrote: > On Fri, Feb 12, 2021 at 05:39:05PM +0100, Krzysztof Kozlowski wrote: >> 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: >>

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

2021-03-05 Thread Rob Herring
On Fri, Feb 12, 2021 at 05:39:05PM +0100, Krzysztof Kozlowski wrote: > 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

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

2021-02-12 Thread 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 Kozlowski ---