aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-06-17 10:31:18 -0400
committerRob Herring <robh@kernel.org>2018-06-26 16:17:22 -0400
commita47c9b3943164453d4f580ea174a6ddcb37554c3 (patch)
tree77d5c21f6014617fd5651d945506dfbce2ef8664
parent5bfabc0aabe64a5fccc7afa6e5a9cc4443d8898b (diff)
dt-bindings: Fix unbalanced quotation marks
Multiple binding documents have various forms of unbalanced quotation marks. Fix them. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt2
-rw-r--r--Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt2
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/hideep.txt2
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt2
-rw-r--r--Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt2
-rw-r--r--Documentation/devicetree/bindings/mips/brcm/soc.txt2
-rw-r--r--Documentation/devicetree/bindings/net/fsl-fman.txt2
-rw-r--r--Documentation/devicetree/bindings/power/power_domain.txt2
-rw-r--r--Documentation/devicetree/bindings/regulator/tps65090.txt2
-rw-r--r--Documentation/devicetree/bindings/reset/st,sti-softreset.txt2
-rw-r--r--Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt2
-rw-r--r--Documentation/devicetree/bindings/sound/qcom,apq8096.txt2
12 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
index bdadc3da9556..6970f30a3770 100644
--- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
+++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt
@@ -66,7 +66,7 @@ Required root node properties:
66 - "insignal,arndale-octa" - for Exynos5420-based Insignal Arndale 66 - "insignal,arndale-octa" - for Exynos5420-based Insignal Arndale
67 Octa board. 67 Octa board.
68 - "insignal,origen" - for Exynos4210-based Insignal Origen board. 68 - "insignal,origen" - for Exynos4210-based Insignal Origen board.
69 - "insignal,origen4412 - for Exynos4412-based Insignal Origen board. 69 - "insignal,origen4412" - for Exynos4412-based Insignal Origen board.
70 70
71 71
72Optional nodes: 72Optional nodes:
diff --git a/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt b/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt
index 20fc72d9e61e..45a61b462287 100644
--- a/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt
@@ -1,7 +1,7 @@
1Nintendo Wii (Hollywood) GPIO controller 1Nintendo Wii (Hollywood) GPIO controller
2 2
3Required properties: 3Required properties:
4- compatible: "nintendo,hollywood-gpio 4- compatible: "nintendo,hollywood-gpio"
5- reg: Physical base address and length of the controller's registers. 5- reg: Physical base address and length of the controller's registers.
6- gpio-controller: Marks the device node as a GPIO controller. 6- gpio-controller: Marks the device node as a GPIO controller.
7- #gpio-cells: Should be <2>. The first cell is the pin number and the 7- #gpio-cells: Should be <2>. The first cell is the pin number and the
diff --git a/Documentation/devicetree/bindings/input/touchscreen/hideep.txt b/Documentation/devicetree/bindings/input/touchscreen/hideep.txt
index 121d9b7c79a2..1063c30d53f7 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/hideep.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/hideep.txt
@@ -32,7 +32,7 @@ i2c@00000000 {
32 reg = <0x6c>; 32 reg = <0x6c>;
33 interrupt-parent = <&gpx1>; 33 interrupt-parent = <&gpx1>;
34 interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 34 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
35 vdd-supply = <&ldo15_reg>"; 35 vdd-supply = <&ldo15_reg>;
36 vid-supply = <&ldo18_reg>; 36 vid-supply = <&ldo18_reg>;
37 reset-gpios = <&gpx1 5 0>; 37 reset-gpios = <&gpx1 5 0>;
38 touchscreen-size-x = <1080>; 38 touchscreen-size-x = <1080>;
diff --git a/Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt b/Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt
index 1099fe0788fa..f246ccbf8838 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt
@@ -15,7 +15,7 @@ Required properties:
15 include "nvidia,tegra30-ictlr". 15 include "nvidia,tegra30-ictlr".
16- reg : Specifies base physical address and size of the registers. 16- reg : Specifies base physical address and size of the registers.
17 Each controller must be described separately (Tegra20 has 4 of them, 17 Each controller must be described separately (Tegra20 has 4 of them,
18 whereas Tegra30 and later have 5" 18 whereas Tegra30 and later have 5).
19- interrupt-controller : Identifies the node as an interrupt controller. 19- interrupt-controller : Identifies the node as an interrupt controller.
20- #interrupt-cells : Specifies the number of cells needed to encode an 20- #interrupt-cells : Specifies the number of cells needed to encode an
21 interrupt source. The value must be 3. 21 interrupt source. The value must be 3.
diff --git a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
index 136bd612bd83..6a36bf66d932 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
@@ -12,7 +12,7 @@ Required properties:
12 specifier, shall be 2 12 specifier, shall be 2
13- interrupts: interrupts references to primary interrupt controller 13- interrupts: interrupts references to primary interrupt controller
14 (only needed for exti controller with multiple exti under 14 (only needed for exti controller with multiple exti under
15 same parent interrupt: st,stm32-exti and st,stm32h7-exti") 15 same parent interrupt: st,stm32-exti and st,stm32h7-exti)
16 16
17Example: 17Example:
18 18
diff --git a/Documentation/devicetree/bindings/mips/brcm/soc.txt b/Documentation/devicetree/bindings/mips/brcm/soc.txt
index 356c29789cf5..3a66d3c483e1 100644
--- a/Documentation/devicetree/bindings/mips/brcm/soc.txt
+++ b/Documentation/devicetree/bindings/mips/brcm/soc.txt
@@ -152,7 +152,7 @@ Required properties:
152- compatible : should contain one of: 152- compatible : should contain one of:
153 "brcm,bcm7425-timers" 153 "brcm,bcm7425-timers"
154 "brcm,bcm7429-timers" 154 "brcm,bcm7429-timers"
155 "brcm,bcm7435-timers and 155 "brcm,bcm7435-timers" and
156 "brcm,brcmstb-timers" 156 "brcm,brcmstb-timers"
157- reg : the timers register range 157- reg : the timers register range
158- interrupts : the interrupt line for this timer block 158- interrupts : the interrupt line for this timer block
diff --git a/Documentation/devicetree/bindings/net/fsl-fman.txt b/Documentation/devicetree/bindings/net/fsl-fman.txt
index df873d1f3b7c..f8c33890bc29 100644
--- a/Documentation/devicetree/bindings/net/fsl-fman.txt
+++ b/Documentation/devicetree/bindings/net/fsl-fman.txt
@@ -238,7 +238,7 @@ PROPERTIES
238 Must include one of the following: 238 Must include one of the following:
239 - "fsl,fman-dtsec" for dTSEC MAC 239 - "fsl,fman-dtsec" for dTSEC MAC
240 - "fsl,fman-xgec" for XGEC MAC 240 - "fsl,fman-xgec" for XGEC MAC
241 - "fsl,fman-memac for mEMAC MAC 241 - "fsl,fman-memac" for mEMAC MAC
242 242
243- cell-index 243- cell-index
244 Usage: required 244 Usage: required
diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt
index 9b387f861aed..7dec508987c7 100644
--- a/Documentation/devicetree/bindings/power/power_domain.txt
+++ b/Documentation/devicetree/bindings/power/power_domain.txt
@@ -133,7 +133,7 @@ located inside a PM domain with index 0 of a power controller represented by a
133node with the label "power". 133node with the label "power".
134In the second example the consumer device are partitioned across two PM domains, 134In the second example the consumer device are partitioned across two PM domains,
135the first with index 0 and the second with index 1, of a power controller that 135the first with index 0 and the second with index 1, of a power controller that
136is represented by a node with the label "power. 136is represented by a node with the label "power".
137 137
138Optional properties: 138Optional properties:
139- required-opps: This contains phandle to an OPP node in another device's OPP 139- required-opps: This contains phandle to an OPP node in another device's OPP
diff --git a/Documentation/devicetree/bindings/regulator/tps65090.txt b/Documentation/devicetree/bindings/regulator/tps65090.txt
index ca69f5e3040c..ae326f263597 100644
--- a/Documentation/devicetree/bindings/regulator/tps65090.txt
+++ b/Documentation/devicetree/bindings/regulator/tps65090.txt
@@ -16,7 +16,7 @@ Required properties:
16Optional properties: 16Optional properties:
17- ti,enable-ext-control: This is applicable for DCDC1, DCDC2 and DCDC3. 17- ti,enable-ext-control: This is applicable for DCDC1, DCDC2 and DCDC3.
18 If DCDCs are externally controlled then this property should be there. 18 If DCDCs are externally controlled then this property should be there.
19- "dcdc-ext-control-gpios: This is applicable for DCDC1, DCDC2 and DCDC3. 19- dcdc-ext-control-gpios: This is applicable for DCDC1, DCDC2 and DCDC3.
20 If DCDCs are externally controlled and if it is from GPIO then GPIO 20 If DCDCs are externally controlled and if it is from GPIO then GPIO
21 number should be provided. If it is externally controlled and no GPIO 21 number should be provided. If it is externally controlled and no GPIO
22 entry then driver will just configure this rails as external control 22 entry then driver will just configure this rails as external control
diff --git a/Documentation/devicetree/bindings/reset/st,sti-softreset.txt b/Documentation/devicetree/bindings/reset/st,sti-softreset.txt
index a21658f18fe6..3661e6153a92 100644
--- a/Documentation/devicetree/bindings/reset/st,sti-softreset.txt
+++ b/Documentation/devicetree/bindings/reset/st,sti-softreset.txt
@@ -15,7 +15,7 @@ Please refer to reset.txt in this directory for common reset
15controller binding usage. 15controller binding usage.
16 16
17Required properties: 17Required properties:
18- compatible: Should be st,stih407-softreset"; 18- compatible: Should be "st,stih407-softreset";
19- #reset-cells: 1, see below 19- #reset-cells: 1, see below
20 20
21example: 21example:
diff --git a/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt b/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
index 6a4aadc4ce06..84b28dbe9f15 100644
--- a/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
+++ b/Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
@@ -30,7 +30,7 @@ Required properties:
30 30
31 Board connectors: 31 Board connectors:
32 * Headset Mic 32 * Headset Mic
33 * Secondary Mic", 33 * Secondary Mic
34 * DMIC 34 * DMIC
35 * Ext Spk 35 * Ext Spk
36 36
diff --git a/Documentation/devicetree/bindings/sound/qcom,apq8096.txt b/Documentation/devicetree/bindings/sound/qcom,apq8096.txt
index aa54e49fc8a2..c7600a93ab39 100644
--- a/Documentation/devicetree/bindings/sound/qcom,apq8096.txt
+++ b/Documentation/devicetree/bindings/sound/qcom,apq8096.txt
@@ -35,7 +35,7 @@ This binding describes the APQ8096 sound card, which uses qdsp for audio.
35 "Digital Mic3" 35 "Digital Mic3"
36 36
37 Audio pins and MicBias on WCD9335 Codec: 37 Audio pins and MicBias on WCD9335 Codec:
38 "MIC_BIAS1 38 "MIC_BIAS1"
39 "MIC_BIAS2" 39 "MIC_BIAS2"
40 "MIC_BIAS3" 40 "MIC_BIAS3"
41 "MIC_BIAS4" 41 "MIC_BIAS4"