提交 3b548fdf 编写于 作者: C Claudiu Beznea 提交者: Jialin Zhang

ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output ranges

stable inclusion
from stable-v5.10.143
commit 6bbef2694a06cd17c364dcbee30483b2e4a2ce90
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I6D0U6

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6bbef2694a06cd17c364dcbee30483b2e4a2ce90

--------------------------------

[ Upstream commit addf7efe ]

Min and max output ranges of regulators need to satisfy board
requirements not PMIC requirements. Thus adjust device tree to
cope with this.

Fixes: 5d4c3cfb ("ARM: dts: at91: sama5d27_wlsom1: add SAMA5D27 wlsom1 and wlsom1-ek")
Signed-off-by: NClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220826083927.3107272-5-claudiu.beznea@microchip.comSigned-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NJialin Zhang <zhangjialin11@huawei.com>
Reviewed-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 b64a3e46
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
regulators { regulators {
vdd_3v3: VDD_IO { vdd_3v3: VDD_IO {
regulator-name = "VDD_IO"; regulator-name = "VDD_IO";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3700000>; regulator-max-microvolt = <3300000>;
regulator-initial-mode = <2>; regulator-initial-mode = <2>;
regulator-allowed-modes = <2>, <4>; regulator-allowed-modes = <2>, <4>;
regulator-always-on; regulator-always-on;
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
vddio_ddr: VDD_DDR { vddio_ddr: VDD_DDR {
regulator-name = "VDD_DDR"; regulator-name = "VDD_DDR";
regulator-min-microvolt = <600000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1850000>; regulator-max-microvolt = <1200000>;
regulator-initial-mode = <2>; regulator-initial-mode = <2>;
regulator-allowed-modes = <2>, <4>; regulator-allowed-modes = <2>, <4>;
regulator-always-on; regulator-always-on;
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
vdd_core: VDD_CORE { vdd_core: VDD_CORE {
regulator-name = "VDD_CORE"; regulator-name = "VDD_CORE";
regulator-min-microvolt = <600000>; regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <1850000>; regulator-max-microvolt = <1250000>;
regulator-initial-mode = <2>; regulator-initial-mode = <2>;
regulator-allowed-modes = <2>, <4>; regulator-allowed-modes = <2>, <4>;
regulator-always-on; regulator-always-on;
...@@ -146,8 +146,8 @@ ...@@ -146,8 +146,8 @@
LDO1 { LDO1 {
regulator-name = "LDO1"; regulator-name = "LDO1";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3700000>; regulator-max-microvolt = <3300000>;
regulator-always-on; regulator-always-on;
regulator-state-standby { regulator-state-standby {
...@@ -161,8 +161,8 @@ ...@@ -161,8 +161,8 @@
LDO2 { LDO2 {
regulator-name = "LDO2"; regulator-name = "LDO2";
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3700000>; regulator-max-microvolt = <3300000>;
regulator-always-on; regulator-always-on;
regulator-state-standby { regulator-state-standby {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册