Received: by 10.223.185.116 with SMTP id b49csp513983wrg; Fri, 23 Feb 2018 02:22:54 -0800 (PST) X-Google-Smtp-Source: AH8x224xTPO3BaaiIDTbloh8jGAwS0r7lnvUMnwRhO2FfBeZlAl/Bo7BW0dFcccKo3hsDMBIpINe X-Received: by 10.98.11.194 with SMTP id 63mr1286443pfl.172.1519381374335; Fri, 23 Feb 2018 02:22:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519381374; cv=none; d=google.com; s=arc-20160816; b=bi0LlrMrK8YQ7zSKvbJ6rTffNezyjcFFjWBOHpKkKgqjDykEMZo6MBFfJjb3Ag6L4k FsfgU34yPJtY7zG1fCewdJaIdvTXHpX8tkrP2sq535jFHJ7WK9kk4UN25UWU47l+1cUo jDg6WYdGCBS0HXjUtL+4OW04VUX6pFLy9rKLvKwPpyGNIx7AzVryhZtoy6kkPcFqjNv3 YkgXfAt5kIYGuOJAjoJNX88Zs54mG6oRrFb8jbThlBzKk27JYFL84bjjqJXWH3gtrxRh uGuEvYSNG+gsKV+kR9nWdrwrkfksK6/HBfi4pVo1HhbB0UKUj/QE+HzNgw3KNozadE1b VeZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=2BOUD38I42io6EeWBzVgO4HK6e5JfCxYSgi72/xGpKk=; b=S9PhOhezh41EDj8Yu43XOcxKH+IYkR5isjeWn192WMm84spCep19J7nRyNf4mlHVhA ltpay1cvXjvVDBqGleEpUTwNf1QHwHHU2HFTT3sfbaTJZJdG+eVmgoStj/OnKsJ1WJtI dlw2CPj5Jh70zs4UlMBgBbf8Qm1FGlvJizkou+cd+bFn0Cryx65fUJEVSy69DfExBNYO pFdCyt9wf3ZZKGTlj4yqcxpgqzOt/35qkC6enAPLyMLawJucfaS5Wvk14vxjROlEKueL U/FOBPL1qU5Puq9WOJErZluzacRRB4ed6hBhmVrvZIxpF8Y2xsPb/GdM9yr2RcV7XnOq R+Sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k14si1604084pfb.220.2018.02.23.02.22.40; Fri, 23 Feb 2018 02:22:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751877AbeBWKV1 (ORCPT + 99 others); Fri, 23 Feb 2018 05:21:27 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:23098 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751568AbeBWKQx (ORCPT ); Fri, 23 Feb 2018 05:16:53 -0500 X-UUID: 3de189ceb2d94d50b0fc76e56de5be50-20180223 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 1185716459; Fri, 23 Feb 2018 18:16:49 +0800 Received: from mtkcas08.mediatek.inc (172.21.101.126) by mtkmbs08n1.mediatek.inc (172.21.101.55) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 23 Feb 2018 18:16:48 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkcas08.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1210.3 via Frontend Transport; Fri, 23 Feb 2018 18:16:48 +0800 From: To: , , , , CC: , , Sean Wang , Linus Walleij , Subject: [PATCH v1 01/19] dt-bindings: pinctrl: mediatek: use - instead of _ in examples Date: Fri, 23 Feb 2018 18:16:21 +0800 Message-ID: <44956252092b19ece67c5a0df1492a5baeaa4dab.1519378871.git.sean.wang@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sean Wang 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 Cc: Linus Walleij Cc: Rob Herring Cc: Mark Rutland Cc: linux-gpio@vger.kernel.org Cc: devicetree@vger.kernel.org --- Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt index afa8a18..e7d6f81 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt @@ -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>; }; -- 2.7.4