Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / pinctrl / samsung-pinctrl.txt
index 7734ab6..38a1416 100644 (file)
@@ -336,7 +336,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.