-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: i2c: TCA954X: Add support for TCA9548A
Add support for the 8 channels TCA9548A I2C mux. Added a new binding ti,tca9548a binding inheriting properties from ti,tca954x-base and defining its own compatibles fields. Signed-off-by: Aymeric Aillet <[email protected]>
- Loading branch information
1 parent
ee1d849
commit 903c78c
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#Binding for TI TCA9548A, compatible with NXP PCA9548A | ||
|
||
description: Texas Instruments TCA9548A binding | ||
|
||
compatible: "ti,tca9548a" | ||
|
||
include: ti,tca954x-base.yaml | ||
|
||
child-binding: | ||
compatible: "ti,tca9548a-channel" |