realtek: tl-sg2008p: use correct i2c address for TPS23861

Address 0x30 is a "broadcast" address for the TPS23861. It should not
be used by drivers, as all TPS23861 devices on the bus are supposed to
respond. Change this to the correct address, 0x28.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2022-08-28 18:04:08 -05:00 committed by Sander Vanheule
parent 9a7f17e11f
commit f242f642bb

View File

@ -53,9 +53,9 @@
#address-cells = <1>;
#size-cells = <0>;
tps23861@30 {
tps23861@28 {
compatible = "ti,tps23861";
reg = <0x30>;
reg = <0x28>;
shunt-resistor-micro-ohms = <255000>;
};
};