dt-bindings: pinctrl: mediatek: use - instead of _ in examples
authorSean Wang <[email protected]>
Fri, 23 Feb 2018 10:16:21 +0000 (18:16 +0800)
committerLinus Walleij <[email protected]>
Fri, 2 Mar 2018 07:42:59 +0000 (08:42 +0100)
It should be good that no use "_" is in examples. Consequently,
those nodes in certain files which have an inappropriate name containing
"_" are all being replaced with "-".

Signed-off-by: Sean Wang <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt

index afa8a18ea11a4680a4e02962b0e1b0c6143fa08a..e7d6f81c227f84628c8bbc5e2d3afa669d4ec61c 100644 (file)
@@ -76,12 +76,12 @@ Examples:
 
 ...
 {
-       syscfg_pctl_a: syscfg_pctl_a@10005000 {
+       syscfg_pctl_a: syscfg-pctl-a@10005000 {
                compatible = "mediatek,mt8135-pctl-a-syscfg", "syscon";
                reg = <0 0x10005000 0 0x1000>;
        };
 
-       syscfg_pctl_b: syscfg_pctl_b@1020c020 {
+       syscfg_pctl_b: syscfg-pctl-b@1020c020 {
                compatible = "mediatek,mt8135-pctl-b-syscfg", "syscon";
                reg = <0 0x1020C020 0 0x1000>;
        };