arm64: dts: rockchip: rk3568-evb: fix up the tcs4525 i2c address

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I45bd9a617106eac475f2a701f92be38cbf2302f1
This commit is contained in:
Elaine Zhang
2020-11-09 18:30:17 +08:00
committed by Tao Huang
parent d634d3c826
commit c838bda9d4

View File

@@ -669,9 +669,10 @@
&i2c0 {
status = "okay";
vdd_cpu: tcs4525@10 {
vdd_cpu: tcs4525@1c {
compatible = "tcs,tcs452x";
reg = <0x10>;
reg = <0x1c>;
vin-supply = <&vcc5v0_sys>;
regulator-compatible = "fan53555-reg";
regulator-name = "vdd_cpu";
regulator-min-microvolt = <712500>;