ARM: dts: aspeed: Fix/add I2C device vendor prefixes

The ASpeed DTS files have various I2C devices with missing or incorrect
vendor prefixes in their compatible strings. This hasn't really mattered
and doesn't impact ABI compatibility as I2C devices get matched with their
vendor prefix stripped.

With this, the "maxim,max31790" nodes now validate and have some
warnings. Remove the spurious "#address-cells" and "#size-cells"
properties to fix the warnings.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
[arj: Fix conflicts with fe42f567c3 ("ARM: dts: aspeed: Minor whitespace cleanup")]
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Rob Herring (Arm) 2025-08-15 18:08:39 -05:00 committed by Andrew Jeffery
parent fe42f567c3
commit 61a913644a
7 changed files with 14 additions and 30 deletions

View File

@ -171,7 +171,7 @@ eeprom@50 {
reg = <0x50>;
};
dps650ab@58 {
compatible = "dps650ab";
compatible = "delta,dps650ab";
reg = <0x58>;
};
};

View File

@ -184,10 +184,8 @@ &i2c0 {
status = "okay";
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -258,10 +256,8 @@ &i2c2 {
status = "okay";
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {

View File

@ -313,10 +313,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -436,10 +434,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -559,10 +555,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -682,10 +676,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -805,10 +797,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {
@ -927,10 +917,8 @@ eeprom@50 {
};
pwm@5e {
compatible = "max31790";
compatible = "maxim,max31790";
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
power-sensor@40 {

View File

@ -508,7 +508,7 @@ &i2c7 {
status = "okay";
//HSC, AirMax Conn A
adm1278@45 {
compatible = "adm1275";
compatible = "adi,adm1275";
reg = <0x45>;
shunt-resistor-micro-ohms = <250>;
};

View File

@ -211,7 +211,7 @@ &i2c1 {
status = "okay";
bus-frequency = <90000>;
HotSwap@10 {
compatible = "adm1272";
compatible = "adi,adm1272";
reg = <0x10>;
};

View File

@ -151,7 +151,7 @@ eeprom@50 {
};
rtc@68 {
compatible = "dallas,ds3231";
compatible = "maxim,ds3231";
reg = <0x68>;
};
};

View File

@ -509,7 +509,7 @@ U197_PCA9546_CH1: i2c@1 {
reg = <1>;
cpu0_pvccin@60 {
compatible = "isil,raa229004";
compatible = "renesas,raa229004";
reg = <0x60>;
};
@ -530,7 +530,7 @@ U197_PCA9546_CH2: i2c@2 {
reg = <2>;
cpu1_pvccin@72 {
compatible = "isil,raa229004";
compatible = "renesas,raa229004";
reg = <0x72>;
};