mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ARM64: dts: rk3399-tb: add support for mp8865
Change-Id: I71072722fde924f151986d6d2dc916cb868e7b98 Signed-off-by: Zain Wang <wzz@rock-chips.com>
This commit is contained in:
parent
c1d6d3486d
commit
199904c669
|
|
@ -198,6 +198,21 @@ &i2s0 {
|
|||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
mp8865: mp8865@68 {
|
||||
compatible = "mps,mp8865";
|
||||
reg = <0x68>;
|
||||
status = "okay";
|
||||
regulators {
|
||||
vdd_gpu: mp8865_dcdc1 {
|
||||
regulator-name = "vdd_gpu";
|
||||
regulator-min-microvolt = <712500>;
|
||||
regulator-max-microvolt = <1500000>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
rk808: pmic@1b {
|
||||
compatible = "rockchip,rk808";
|
||||
reg = <0x1b>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user