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

Commit 18ba1f98 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

devicetree: fix name of pinctrl-bindings.txt



Rename:
	pinctrl-binding.txt -> pinctrl-bindings.txt

In order to match the current name of this file.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 6c79521f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
- pinctrl-names	: a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
- pinctrl-names	: a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
		   must be defined for each tsin child node.
		   must be defined for each tsin child node.
- pinctrl-0	: phandle referencing pin configuration for this tsin configuration
- pinctrl-0	: phandle referencing pin configuration for this tsin configuration
See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt




Required properties (tsin (child) node):
Required properties (tsin (child) node):
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@ is required:
	Following properties are require if pin control setting is required
	Following properties are require if pin control setting is required
	at boot.
	at boot.
	- pinctrl-names: A pinctrl state named "default" be defined, using the
	- pinctrl-names: A pinctrl state named "default" be defined, using the
		bindings in pinctrl/pinctrl-binding.txt.
		bindings in pinctrl/pinctrl-bindings.txt.
	- pinctrl[0...n]: Properties to contain the phandle that refer to
	- pinctrl[0...n]: Properties to contain the phandle that refer to
		different nodes of pin control settings. These nodes represents
		different nodes of pin control settings. These nodes represents
		the pin control setting of state 0 to state n. Each of these
		the pin control setting of state 0 to state n. Each of these
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ Required properties:
          See: Documentation/devicetree/bindings/clock/clock-bindings.txt
          See: Documentation/devicetree/bindings/clock/clock-bindings.txt
- pinctrl-names: A pinctrl state names "default" must be defined.
- pinctrl-names: A pinctrl state names "default" must be defined.
- pinctrl-0: Phandle referencing pin configuration of the SDHCI controller.
- pinctrl-0: Phandle referencing pin configuration of the SDHCI controller.
             See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
             See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt


Example:
Example:


+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ Required properties:


- pinctrl-names:	A pinctrl state names "default" must be defined.
- pinctrl-names:	A pinctrl state names "default" must be defined.
- pinctrl-0:		Phandle referencing pin configuration of the sd/emmc controller.
- pinctrl-0:		Phandle referencing pin configuration of the sd/emmc controller.
			See: Documentation/devicetree/bindings/pinctrl/pinctrl-binding.txt
			See: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt


- reg:			This must provide the host controller base address and it can also
- reg:			This must provide the host controller base address and it can also
			contain the FlashSS Top register for TX/RX delay used by the driver
			contain the FlashSS Top register for TX/RX delay used by the driver
+2 −2
Original line number Original line Diff line number Diff line
@@ -11,9 +11,9 @@ Optional Pinmux properties:
--------------------------
--------------------------
Following properties are required if default setting of pins are required
Following properties are required if default setting of pins are required
at boot.
at boot.
- pinctrl-names: A pinctrl state named per <pinctrl-binding.txt>.
- pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
- pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
- pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
		<pinctrl-binding.txt>.
		<pinctrl-bindings.txt>.


The pin configurations are defined as child of the pinctrl states node. Each
The pin configurations are defined as child of the pinctrl states node. Each
sub-node have following properties:
sub-node have following properties:
Loading