mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk1808-evb: npu voltage regulator use tcs4525
Since tcs4525 have better power ripple than syr837, so use tcs4525 as npu voltage regulator. Change-Id: Iefaa88f0ee8da6bc67b08fe611d6d037160dd588 Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
@@ -270,9 +270,9 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
vdd_npu: syr837@40 {
|
||||
compatible = "silergy,syr827";
|
||||
reg = <0x40>;
|
||||
vdd_npu: tcs4525@1c {
|
||||
compatible = "tcs,tcs452x";
|
||||
reg = <0x1c>;
|
||||
vin-supply = <&vcc5v0_sys>;
|
||||
regulator-compatible = "fan53555-reg";
|
||||
pinctrl-0 = <&vsel_gpio>;
|
||||
@@ -280,7 +280,7 @@
|
||||
regulator-name = "vdd_npu";
|
||||
regulator-min-microvolt = <750000>;
|
||||
regulator-max-microvolt = <950000>;
|
||||
regulator-ramp-delay = <1000>;
|
||||
regulator-ramp-delay = <2300>;
|
||||
fcs,suspend-voltage-selector = <0>;
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
|
||||
Reference in New Issue
Block a user