projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3feea88
)
ARM: dts: imx6sll-evk: Assign corresponding power supply for vdd3p0
author
Anson Huang
<anson.huang@nxp.com>
Sun, 12 May 2019 09:57:31 +0000
(09:57 +0000)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 20 May 2019 03:03:42 +0000
(11:03 +0800)
On i.MX6SLL EVK board, sw2 supplies vdd3p0 LDO, this patch assigns
corresponding power supply for vdd3p0 to avoid confusion by below log:
vdd3p0: supplied by regulator-dummy
With this patch, the power supply is more accurate:
vdd3p0: supplied by SW2
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sll-evk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6sll-evk.dts
b/arch/arm/boot/dts/imx6sll-evk.dts
index 4a31a415f88e295fa37881b2991f4edaed04024f..78809ea742c82587de812242198bb81b606b08e0 100644
(file)
--- a/
arch/arm/boot/dts/imx6sll-evk.dts
+++ b/
arch/arm/boot/dts/imx6sll-evk.dts
@@
-265,6
+265,10
@@
status = "okay";
};
+®_3p0 {
+ vin-supply = <&sw2_reg>;
+};
+
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;