mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user