Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: bluetooth: reference serial-peripheral-props.yaml

Reference common serial properties schema (for children of UART
controllers) to bring common definition of "current-speed" and
"max-speed" properties.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240811-dt-bindings-serial-peripheral-props-v1-5-1dba258b7492@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
c0060591 38415a81

+25 -20
+15 -16
Documentation/devicetree/bindings/net/bluetooth/brcm,bluetooth.yaml
··· 119 119 items: 120 120 - const: host-wakeup 121 121 122 - max-speed: true 123 - current-speed: true 124 - 125 122 required: 126 123 - compatible 127 124 128 125 dependencies: 129 126 brcm,requires-autobaud-mode: [ shutdown-gpios ] 130 127 131 - if: 132 - not: 133 - properties: 134 - compatible: 135 - contains: 136 - enum: 137 - - brcm,bcm20702a1 138 - - brcm,bcm4329-bt 139 - - brcm,bcm4330-bt 140 - then: 141 - properties: 142 - reset-gpios: false 128 + allOf: 129 + - $ref: /schemas/serial/serial-peripheral-props.yaml# 130 + - if: 131 + not: 132 + properties: 133 + compatible: 134 + contains: 135 + enum: 136 + - brcm,bcm20702a1 137 + - brcm,bcm4329-bt 138 + - brcm,bcm4330-bt 139 + then: 140 + properties: 141 + reset-gpios: false 143 142 144 - additionalProperties: false 143 + unevaluatedProperties: false 145 144 146 145 examples: 147 146 - |
+2 -2
Documentation/devicetree/bindings/net/bluetooth/marvell,88w8897.yaml
··· 19 19 - mrvl,88w8897 20 20 - mrvl,88w8997 21 21 22 - max-speed: 23 - description: see Documentation/devicetree/bindings/serial/serial.yaml 22 + max-speed: true 24 23 25 24 required: 26 25 - compatible 27 26 28 27 allOf: 28 + - $ref: /schemas/serial/serial-peripheral-props.yaml# 29 29 - if: 30 30 properties: 31 31 compatible:
+2 -2
Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
··· 98 98 vddwlmx-supply: 99 99 description: VDD_WLMX supply regulator handle 100 100 101 - max-speed: 102 - description: see Documentation/devicetree/bindings/serial/serial.yaml 101 + max-speed: true 103 102 104 103 firmware-name: 105 104 description: specify the name of nvm firmware to load ··· 117 118 118 119 allOf: 119 120 - $ref: bluetooth-controller.yaml# 121 + - $ref: /schemas/serial/serial-peripheral-props.yaml# 120 122 - if: 121 123 properties: 122 124 compatible:
+3
Documentation/devicetree/bindings/net/bluetooth/realtek,bluetooth.yaml
··· 46 46 required: 47 47 - compatible 48 48 49 + allOf: 50 + - $ref: /schemas/serial/serial-peripheral-props.yaml# 51 + 49 52 additionalProperties: false 50 53 51 54 examples:
+3
Documentation/devicetree/bindings/net/bluetooth/ti,bluetooth.yaml
··· 74 74 required: 75 75 - compatible 76 76 77 + allOf: 78 + - $ref: /schemas/serial/serial-peripheral-props.yaml# 79 + 77 80 additionalProperties: false 78 81 79 82 examples: