Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a47c9b39 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Rob Herring
Browse files

dt-bindings: Fix unbalanced quotation marks



Multiple binding documents have various forms of unbalanced quotation
marks. Fix them.

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Acked-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 5bfabc0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ Required root node properties:
	- "insignal,arndale-octa" - for Exynos5420-based Insignal Arndale
				    Octa board.
	- "insignal,origen"       - for Exynos4210-based Insignal Origen board.
	- "insignal,origen4412    - for Exynos4412-based Insignal Origen board.
	- "insignal,origen4412"   - for Exynos4412-based Insignal Origen board.


Optional nodes:
+1 −1
Original line number Diff line number Diff line
Nintendo Wii (Hollywood) GPIO controller

Required properties:
- compatible: "nintendo,hollywood-gpio
- compatible: "nintendo,hollywood-gpio"
- reg: Physical base address and length of the controller's registers.
- gpio-controller: Marks the device node as a GPIO controller.
- #gpio-cells: Should be <2>. The first cell is the pin number and the
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ i2c@00000000 {
		reg = <0x6c>;
		interrupt-parent = <&gpx1>;
		interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
		vdd-supply = <&ldo15_reg>";
		vdd-supply = <&ldo15_reg>;
		vid-supply = <&ldo18_reg>;
		reset-gpios = <&gpx1 5 0>;
		touchscreen-size-x = <1080>;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Required properties:
  include "nvidia,tegra30-ictlr".	
- reg : Specifies base physical address and size of the registers.
  Each controller must be described separately (Tegra20 has 4 of them,
  whereas Tegra30 and later have 5"  
  whereas Tegra30 and later have 5).
- interrupt-controller : Identifies the node as an interrupt controller.
- #interrupt-cells : Specifies the number of cells needed to encode an
  interrupt source. The value must be 3.
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Required properties:
  specifier, shall be 2
- interrupts: interrupts references to primary interrupt controller
  (only needed for exti controller with multiple exti under
  same parent interrupt: st,stm32-exti and st,stm32h7-exti")
  same parent interrupt: st,stm32-exti and st,stm32h7-exti)

Example:

Loading