“97e5268d57bb2ec9c82cf8758fa97a2f04ea9d1b”上不存在“...nouveau/nvkm/git@gitcode.net:openharmony/kernel_linux.git”
提交 8b51c5e7 编写于 作者: B Bartlomiej Zolnierkiewicz 提交者: Krzysztof Kozlowski

ARM: dts: Add cluster regulator supply properties for exynos542x/5800

Add cluster regulator supply properties as a preparation to
adding generic cpufreq-dt driver support for Exynos542x and
Exynos5800 based boards.

Cc: Doug Anderson <dianders@chromium.org>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: Andreas Faerber <afaerber@suse.de>
Cc: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
上级 4f0d20ec
...@@ -53,6 +53,14 @@ ...@@ -53,6 +53,14 @@
}; };
}; };
&cpu0 {
cpu-supply = <&buck2_reg>;
};
&cpu4 {
cpu-supply = <&buck6_reg>;
};
&usbdrd_dwc3_1 { &usbdrd_dwc3_1 {
dr_mode = "host"; dr_mode = "host";
}; };
......
...@@ -144,6 +144,14 @@ ...@@ -144,6 +144,14 @@
vdd-supply = <&ldo9_reg>; vdd-supply = <&ldo9_reg>;
}; };
&cpu0 {
cpu-supply = <&buck2_reg>;
};
&cpu4 {
cpu-supply = <&buck6_reg>;
};
&dp { &dp {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -90,6 +90,14 @@ ...@@ -90,6 +90,14 @@
}; };
&cpu0 {
cpu-supply = <&buck2_reg>;
};
&cpu4 {
cpu-supply = <&buck6_reg>;
};
&dp { &dp {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&dp_hpd>; pinctrl-0 = <&dp_hpd>;
......
...@@ -67,6 +67,14 @@ ...@@ -67,6 +67,14 @@
<19200000>; <19200000>;
}; };
&cpu0 {
cpu-supply = <&buck6_reg>;
};
&cpu4 {
cpu-supply = <&buck2_reg>;
};
&hdmi { &hdmi {
status = "okay"; status = "okay";
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>; hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
......
...@@ -144,6 +144,14 @@ ...@@ -144,6 +144,14 @@
vdd-supply = <&ldo9_reg>; vdd-supply = <&ldo9_reg>;
}; };
&cpu0 {
cpu-supply = <&buck2_reg>;
};
&cpu4 {
cpu-supply = <&buck6_reg>;
};
&dp { &dp {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册