Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / pinctrl / samsung-pinctrl.txt
index 7734ab6..e7a1b18 100644 (file)
@@ -22,6 +22,7 @@ Required Properties:
   - "samsung,exynos5420-pinctrl": for Exynos5420 compatible pin-controller.
   - "samsung,exynos5433-pinctrl": for Exynos5433 compatible pin-controller.
   - "samsung,exynos7-pinctrl": for Exynos7 compatible pin-controller.
+  - "samsung,exynos850-pinctrl": for Exynos850 compatible pin-controller.
 
 - reg: Base address of the pin controller hardware module and length of
   the address space it occupies.
@@ -336,7 +337,7 @@ Example 3: A uart client node that supports 'default' and 'flow-control' states.
                interrupts = <0 52 0>;
                pinctrl-names = "default", "flow-control;
                pinctrl-0 = <&uart0_data>;
-               pinctrl-1 = <&uart0_data &uart0_fctl>;
+               pinctrl-1 = <&uart0_data>, <&uart0_fctl>;
        };
 
 Example 4: Set up the default pin state for uart controller.