Skip to content

Commit

Permalink
dts: bindings: Update to indicate SCB support
Browse files Browse the repository at this point in the history
include the infineon,cat1-scb.yaml for I2c and UART bindings to convey
that they are using SCB (Serial Control Block)

Signed-off-by: Sreeram Tatapudi <[email protected]>
  • Loading branch information
sreeramIfx authored and carlescufi committed May 24, 2023
1 parent 864e4f0 commit b219dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/bindings/i2c/infineon,cat1-i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Infineon CAT1 I2C

compatible: "infineon,cat1-i2c"

include: [i2c-controller.yaml, pinctrl-device.yaml]
include: [i2c-controller.yaml, pinctrl-device.yaml, "infineon,cat1-scb.yaml"]

properties:
reg:
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/serial/infineon,cat1-uart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Infineon CAT1 UART

compatible: "infineon,cat1-uart"

include: [uart-controller.yaml, pinctrl-device.yaml]
include: [uart-controller.yaml, pinctrl-device.yaml, "infineon,cat1-scb.yaml"]

properties:
reg:
Expand Down

0 comments on commit b219dcc

Please sign in to comment.