Commit 32ced09d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring
Browse files

dt-bindings: serial: Convert slave-device bindings to json-schema



Convert the serial slave-device Device Tree binding documentation to
json-schema, and incorporate it into the generic serial bindings.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarMatthias Brugger <mbrugger@suse.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 175a7427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ bus (e.g. UART, I2C or SPI).

Please refer to the following documents for generic properties:

	Documentation/devicetree/bindings/serial/slave-device.txt
	Documentation/devicetree/bindings/serial/serial.yaml
	Documentation/devicetree/bindings/spi/spi-bus.txt

Required properties:
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Required properties:

Optional properties:

 - max-speed: see Documentation/devicetree/bindings/serial/slave-device.txt
 - max-speed: see Documentation/devicetree/bindings/serial/serial.yaml
 - shutdown-gpios: GPIO specifier, used to enable the BT module
 - device-wakeup-gpios: GPIO specifier, used to wakeup the controller
 - host-wakeup-gpios: GPIO specifier, used to wakeup the host processor.
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ child node of the serial node with UART.

Please refer to the following documents for generic properties:

	Documentation/devicetree/bindings/serial/slave-device.txt
	Documentation/devicetree/bindings/serial/serial.yaml

Required properties:

+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ Required properties:
Optional properties:
- local-mac-address : see ./ethernet.txt
- current-speed     : current baud rate of QCA7000 which defaults to 115200
		      if absent, see also ../serial/slave-device.txt
		      if absent, see also ../serial/serial.yaml

UART Example:

+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@ standard BT HCI protocol with additional channels for the other functions.
TI WiLink devices also have a separate WiFi interface as described in
wireless/ti,wlcore.txt.

This bindings follows the UART slave device binding in
../serial/slave-device.txt.
This bindings follows the UART slave device binding in ../serial/serial.yaml.

Required properties:
 - compatible: should be one of the following:
Loading