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: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
parent
4f0d20ec19
commit
8b51c5e730
@ -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 @@
|
|||||||
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 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&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 @@
|
|||||||
<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 @@
|
|||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user