Re: [PATCH v4 1/2] dt-bindings: spi: Realtek RTL838x/RTL839x SPI controller

2021-01-06 Thread Mark Brown
On Wed, Jan 06, 2021 at 12:28:14AM +0100, Bert Vermeulen wrote: > +oneOf: > + - const: realtek,rtl838x-spi > + - const: realtek,rtl839x-spi These should list exact models, not wildcards. signature.asc Description: PGP signature

[PATCH v4 1/2] dt-bindings: spi: Realtek RTL838x/RTL839x SPI controller

2021-01-05 Thread Bert Vermeulen
Signed-off-by: Bert Vermeulen --- .../bindings/spi/realtek,rtl-spi.yaml | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml diff --git a/Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml b/Doc