mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
ARM: dts: aspeed: yosemite4: Add i2c-mux for ADC monitor on Spider Board
Add I2C mux for ADC monitors on Spider Board. Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Link: https://patch.msgid.link/20241003074251.3818101-10-Delphine_CC_Chiu@wiwynn.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
ede02e36c9
commit
ddfb2ac880
|
|
@ -34,6 +34,8 @@ aliases {
|
|||
i2c29 = &imux29;
|
||||
i2c30 = &imux30;
|
||||
i2c31 = &imux31;
|
||||
i2c32 = &imux32;
|
||||
i2c33 = &imux33;
|
||||
i2c34 = &imux34;
|
||||
i2c35 = &imux35;
|
||||
};
|
||||
|
|
@ -1100,29 +1102,25 @@ eeprom@51 {
|
|||
|
||||
i2c-mux@73 {
|
||||
compatible = "nxp,pca9544";
|
||||
reg = <0x73>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
idle-state = <0>;
|
||||
i2c-mux-idle-disconnect;
|
||||
reg = <0x73>;
|
||||
|
||||
i2c@0 {
|
||||
imux32: i2c@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0>;
|
||||
|
||||
adc@35 {
|
||||
compatible = "maxim,max11617";
|
||||
reg = <0x35>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c@1 {
|
||||
imux33: i2c@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0>;
|
||||
|
||||
adc@35 {
|
||||
compatible = "maxim,max11617";
|
||||
reg = <0x35>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user