Message ID | 20201127125202.23917-1-michael@fossekall.de |
---|---|
State | New, archived |
Headers | show |
Series |
|
Related | show |
On Fri, Nov 27, 2020 at 01:52:00PM +0100, Michael Klein wrote: > Signed-off-by: Michael Klein <michael@fossekall.de> > --- > No changes in v2 Please do not submit new versions of already applied patches, please submit incremental updates to the existing code. Modifying existing commits creates problems for other users building on top of those commits so it's best practice to only change pubished git commits if absolutely essential. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
diff --git a/Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt b/Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt index b8f843fa6092..d86584ed4d93 100644 --- a/Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt @@ -10,7 +10,7 @@ Required properties: name. The content of each sub-node is defined by the standard binding for regulators; see regulator.txt. -Regualtors of MCP16502 PMIC: +Regulators of MCP16502 PMIC: 1) VDD_IO - Buck (1.2 - 3.7 V) 2) VDD_DDR - Buck (0.6 - 1.85 V) 3) VDD_CORE - Buck (0.6 - 1.85 V)
Signed-off-by: Michael Klein <michael@fossekall.de> --- No changes in v2 .../devicetree/bindings/regulator/mcp16502-regulator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)