Message ID | 20230206092624.22922-1-krzysztof.kozlowski@linaro.org |
---|---|
Headers | show |
Series | dt-bindings: serial/mtd/mc/ata: use MC peripheral props | expand |
On Mon, 06 Feb 2023 10:26:22 +0100, Krzysztof Kozlowski wrote: > The properties of devices in IXP4xx expansion bus need to be also > applied to actual devices' bindings. Prepare for this by splitting them > to separate intel,ixp4xx-expansion-peripheral-props binding, just like > other memory-controller peripheral properties. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Acked-by: Linus Walleij <linus.walleij@linaro.org> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > --- > > Changes since v2: > 1. Add tags. > 2. Move intel,ixp4xx-expansion-bus-controller.yaml to memory-controllers (Rob). > 3. Drop | in intel,ixp4xx-expansion-peripheral-props.yaml (Rob). > --- > ...intel,ixp4xx-expansion-bus-controller.yaml | 66 +-------------- > ...tel,ixp4xx-expansion-peripheral-props.yaml | 80 +++++++++++++++++++ > .../mc-peripheral-props.yaml | 1 + > MAINTAINERS | 2 +- > 4 files changed, 84 insertions(+), 65 deletions(-) > rename Documentation/devicetree/bindings/{bus => memory-controllers}/intel,ixp4xx-expansion-bus-controller.yaml (57%) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml > Applied, thanks!
On Mon, 06 Feb 2023 10:26:24 +0100, Krzysztof Kozlowski wrote: > The re-usable serial.yaml schema matches every property with ".*" > pattern, thus any other schema referencing it will not report unknown > (unevaluated) properties. This hides several wrong properties. It is > a limitation of dtschema, thus provide a simple workaround: expect > children to be only of few names matching upstream usage (Bluetooth, > GNSS, GPS and MCU). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Acked-by: Linus Walleij <linus.walleij@linaro.org> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > --- > Documentation/devicetree/bindings/serial/serial.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!