Message ID | 20191111030434.29977-7-afaerber@suse.de |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | arm64: dts: Initial RTD1395 and BPi-M4 support | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success |
On Mon, 11 Nov 2019 04:04:33 +0100, =?UTF-8?q?Andreas=20F=C3=A4rber?= wrote: > Define compatible strings for Realtek RTD1395 SoC and BPI-M4 SBC. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 4c9118f2bccc..b1e5da911c5e 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -40,6 +40,12 @@ properties: - synology,ds418 # Synology DiskStation DS418 - const: realtek,rtd1296 + # RTD1395 SoC based boards + - items: + - enum: + - bananapi,bpi-m4 # Banana Pi BPI-M4 + - const: realtek,rtd1395 + # RTD1619 SoC based boards - items: - enum:
Define compatible strings for Realtek RTD1395 SoC and BPI-M4 SBC. Signed-off-by: Andreas Färber <afaerber@suse.de> --- Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ 1 file changed, 6 insertions(+)