mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
ARM: dts: aspeed: fuji: Fix DTB warnings
Remove redundant adm1278 properties from fuji dts. Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://patch.msgid.link/20250728055618.61616-3-rentao.bupt@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
fc6c8ccfaa
commit
78831e53bb
|
|
@ -248,8 +248,6 @@ imux16: i2c@0 {
|
|||
adm1278@10 {
|
||||
compatible = "adi,adm1278";
|
||||
reg = <0x10>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
shunt-resistor-micro-ohms = <1500>;
|
||||
};
|
||||
};
|
||||
|
|
@ -577,8 +575,6 @@ imux67: i2c@3 {
|
|||
adm1278@10 {
|
||||
compatible = "adi,adm1278";
|
||||
reg = <0x10>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
shunt-resistor-micro-ohms = <250>;
|
||||
};
|
||||
};
|
||||
|
|
@ -648,8 +644,6 @@ imux75: i2c@3 {
|
|||
adm1278@10 {
|
||||
compatible = "adi,adm1278";
|
||||
reg = <0x10>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
shunt-resistor-micro-ohms = <250>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user