hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
....@@ -65,7 +65,7 @@
6565
6666 - Pin mux/config groups as child nodes: The pin mux (selecting pin function
6767 mode) and pin config (pull up/down, driver strength) settings are represented
68
- as child nodes of the pin-controller node. There should be atleast one
68
+ as child nodes of the pin-controller node. There should be at least one
6969 child node and there is no limit on the count of these child nodes. It is
7070 also possible for a child node to consist of several further child nodes
7171 to allow grouping multiple pinctrl groups into one. The format of second
....@@ -75,7 +75,7 @@
7575 The child node should contain a list of pin(s) on which a particular pin
7676 function selection or pin configuration (or both) have to applied. This
7777 list of pins is specified using the property name "samsung,pins". There
78
- should be atleast one pin specfied for this property and there is no upper
78
+ should be at least one pin specified for this property and there is no upper
7979 limit on the count of pins that can be specified. The pins are specified
8080 using pin names which are derived from the hardware manual of the SoC. As
8181 an example, the pins in GPA0 bank of the pin controller can be represented
....@@ -107,7 +107,7 @@
107107 hardware manual and these values are programmed as-is into the pin
108108 pull up/down and driver strength register of the pin-controller.
109109
110
- Note: A child should include atleast a pin function selection property or
110
+ Note: A child should include at least a pin function selection property or
111111 pin configuration property (one or more) or both.
112112
113113 The client nodes that require a particular pin function selection and/or