projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8a9c2
)
ARM: dts: at91: sam9x60ek: modify vdd_1v5 regulator to vdd_1v15
author
Mihai Sain
<mihai.sain@microchip.com>
Wed, 2 Mar 2022 16:02:35 +0000
(17:02 +0100)
committer
Nicolas Ferre
<nicolas.ferre@microchip.com>
Fri, 4 Mar 2022 10:38:03 +0000
(11:38 +0100)
This regulator is powering the vddcore pins from MPU.
Its real value on the board and in the MPU datasheet is 1.15V.
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/20220302160235.28336-1-nicolas.ferre@microchip.com
arch/arm/boot/dts/at91-sam9x60ek.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91-sam9x60ek.dts
b/arch/arm/boot/dts/at91-sam9x60ek.dts
index b1068cca422872324402abff4b1a581038274ed3..7719ea3d4933c76cd121087fbd22a972c483a7c5 100644
(file)
--- a/
arch/arm/boot/dts/at91-sam9x60ek.dts
+++ b/
arch/arm/boot/dts/at91-sam9x60ek.dts
@@
-48,11
+48,11
@@
status = "okay";
};
- vdd_1v
5: fixed-regulator-vdd_1v
5@1 {
+ vdd_1v
15: fixed-regulator-vdd_1v1
5@1 {
compatible = "regulator-fixed";
- regulator-name = "VDD_1V5";
- regulator-min-microvolt = <1
50
0000>;
- regulator-max-microvolt = <1
50
0000>;
+ regulator-name = "VDD_1V
1
5";
+ regulator-min-microvolt = <1
15
0000>;
+ regulator-max-microvolt = <1
15
0000>;
regulator-always-on;
status = "okay";
};