Skip to content

trivial binding fixes #90440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions dts/bindings/auxdisplay/sparkfun,serlcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ properties:
Delay in milliseconds (defaults to 10ms if not set) after a normal command was sent.
The default value is based on the original SparkFun SerLCD library
implementation which assumes 100 kbps I2C configuration. This value
might require tweaking if using I2C at a higher bitrare and/or relativily
might require tweaking if using I2C at a higher bitrate and/or relatively
high update frequency of the display.

special-command-delay-ms:
Expand All @@ -52,5 +52,5 @@ properties:
Delay in milliseconds (defaults to 50ms if not set) after a special command was sent.
The default value is based on the original SparkFun SerLCD library
implementation which assumes 100 kbps I2C configuration. This value
might require tweaking if using I2C at a higher bitrare and/or relativily
might require tweaking if using I2C at a higher bitrate and/or relatively
high update frequency of the display.
4 changes: 2 additions & 2 deletions dts/bindings/bluetooth/infineon,cyw43xxx-bt-hci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ properties:
hci-operation-speed:
type: int
description: |
HCI UART boudrate for feature operation. If not defined
HCI UART baudrate for feature operation. If not defined
bus/current-speed will be used as default.

fw-download-speed:
type: int
description: |
HCI UART boudrate for FW download operation. If not defined
HCI UART baudrate for FW download operation. If not defined
bus/current-speed will be used as default.
2 changes: 1 addition & 1 deletion dts/bindings/ethernet/infineon,xmc4xxx-ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ properties:

rxd3-port-ctrl:
type: string
description: Receive bit 2 (rxd2) signal GPIO connection. Only used for MII interface.
description: Receive bit 3 (rxd3) signal GPIO connection. Only used for MII interface.
enum:
- "P5_9"
- "P6_3"
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/i2c/atmel,sam-i2c-twim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: |
hs-data-slew-lim = <0>;
hs-data-strength-low = "0.5";

For best performances, user can tune the slope curves using an osciloscope.
For best performances, user can tune the slope curves using an oscilloscope.
The tuning should be performed by groups defined <mode>-<line>. The prefix
std-<line> configures fast/fast-plus mode speeds and hs-<line> selects the
high speed mode. The tune should be performed for both clock and data lines
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/i2c/gd,gd32-i2c.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021 BrainCo Inc.
# SPDX-License-Identifier: Apache-2.0

description: GigiDevice GD32 I2C
description: GigaDevice GD32 I2C

compatible: "gd,gd32-i2c"

Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/spi/cypress,psoc6-spi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021, ATL Electronics
# SPDX-License-Identifier: Apache-2.0

description: Cypress SBC SPI controller
description: Cypress SCB SPI controller

compatible: "cypress,psoc6-spi"

Expand Down
Loading