diff options
author | Arnaud Ebalard <arno@natisbad.org> | 2014-12-16 22:20:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 17:51:11 +0000 |
commit | 6fd753572c34a2469b41813aa6f376569cf2681f (patch) | |
tree | 9d89b6f9b5cb62f339e1d936983fc816e89efb30 /Documentation/devicetree/bindings/regulator/isl9305.txt | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | linux-6fd753572c34a2469b41813aa6f376569cf2681f.tar.gz linux-6fd753572c34a2469b41813aa6f376569cf2681f.tar.bz2 linux-6fd753572c34a2469b41813aa6f376569cf2681f.zip |
regulator: isl9305: deprecate use of isl in compatible string for isil
"isil" and "isl" prefixes are used at various locations inside the kernel
to reference Intersil corporation. This patch is part of a series fixing
those locations were "isl" is used in compatible strings to use the now
expected "isil" prefix instead (NASDAQ symbol for Intersil and most used
version). The old compatible string is kept for backward compatibility.
Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/isl9305.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/isl9305.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/isl9305.txt b/Documentation/devicetree/bindings/regulator/isl9305.txt index a626fc1bbf0d..d6e7c9ec9413 100644 --- a/Documentation/devicetree/bindings/regulator/isl9305.txt +++ b/Documentation/devicetree/bindings/regulator/isl9305.txt @@ -2,7 +2,7 @@ Intersil ISL9305/ISL9305H voltage regulator Required properties: -- compatible: "isl,isl9305" or "isl,isl9305h" +- compatible: "isil,isl9305" or "isil,isl9305h" - reg: I2C slave address, usually 0x68. - regulators: A node that houses a sub-node for each regulator within the device. Each sub-node is identified using the node's name, with valid @@ -19,7 +19,7 @@ Optional properties: Example pmic: isl9305@68 { - compatible = "isl,isl9305"; + compatible = "isil,isl9305"; reg = <0x68>; VINDCD1-supply = <&system_power>; |