public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
@ 2023-02-26 13:12 Peng Fan (OSS)
  2023-02-26 13:12 ` [PATCH 2/3] ARM: dts: imx6sll: e60k02: " Peng Fan (OSS)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2023-02-26 13:12 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, devicetree, linux-kernel,
	linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

usb@2184000: 'pinctrl-0' is a dependency of 'pinctrl-names'

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/boot/dts/e70k02.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/e70k02.dtsi b/arch/arm/boot/dts/e70k02.dtsi
index ace3eb8a97b8..4e1bf080eaca 100644
--- a/arch/arm/boot/dts/e70k02.dtsi
+++ b/arch/arm/boot/dts/e70k02.dtsi
@@ -321,6 +321,7 @@ &usdhc3 {
 
 &usbotg1 {
 	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_usbotg1>;
 	disable-over-current;
 	srp-disable;
 	hnp-disable;
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
  2023-02-26 13:12 [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl Peng Fan (OSS)
@ 2023-02-26 13:12 ` Peng Fan (OSS)
  2023-02-26 13:12 ` [PATCH 3/3] ARM: dts: imx6sl: tolino-shine2hd: " Peng Fan (OSS)
  2023-03-14  2:58 ` [PATCH 1/3] ARM: dts: imx6sll: e70k02: " Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2023-02-26 13:12 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, devicetree, linux-kernel,
	linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

usb@2184000: 'pinctrl-0' is a dependency of 'pinctrl-names'

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/boot/dts/e60k02.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/e60k02.dtsi b/arch/arm/boot/dts/e60k02.dtsi
index 94944cc21931..dd03e3860f97 100644
--- a/arch/arm/boot/dts/e60k02.dtsi
+++ b/arch/arm/boot/dts/e60k02.dtsi
@@ -311,6 +311,7 @@ &usdhc3 {
 
 &usbotg1 {
 	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_usbotg1>;
 	disable-over-current;
 	srp-disable;
 	hnp-disable;
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
  2023-02-26 13:12 [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl Peng Fan (OSS)
  2023-02-26 13:12 ` [PATCH 2/3] ARM: dts: imx6sll: e60k02: " Peng Fan (OSS)
@ 2023-02-26 13:12 ` Peng Fan (OSS)
  2023-03-14  2:58 ` [PATCH 1/3] ARM: dts: imx6sll: e70k02: " Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2023-02-26 13:12 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, devicetree, linux-kernel,
	linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

usb@2184000: 'pinctrl-0' is a dependency of 'pinctrl-names'

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
index da1399057634..815119c12bd4 100644
--- a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
+++ b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
@@ -625,6 +625,7 @@ &usdhc3 {
 
 &usbotg1 {
 	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_usbotg1>;
 	disable-over-current;
 	srp-disable;
 	hnp-disable;
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
  2023-02-26 13:12 [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl Peng Fan (OSS)
  2023-02-26 13:12 ` [PATCH 2/3] ARM: dts: imx6sll: e60k02: " Peng Fan (OSS)
  2023-02-26 13:12 ` [PATCH 3/3] ARM: dts: imx6sl: tolino-shine2hd: " Peng Fan (OSS)
@ 2023-03-14  2:58 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2023-03-14  2:58 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: robh+dt, krzysztof.kozlowski+dt, s.hauer, kernel, festevam,
	linux-imx, devicetree, linux-kernel, linux-arm-kernel, Peng Fan

On Sun, Feb 26, 2023 at 09:12:12PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> usb@2184000: 'pinctrl-0' is a dependency of 'pinctrl-names'
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied all, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-14  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 13:12 [PATCH 1/3] ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl Peng Fan (OSS)
2023-02-26 13:12 ` [PATCH 2/3] ARM: dts: imx6sll: e60k02: " Peng Fan (OSS)
2023-02-26 13:12 ` [PATCH 3/3] ARM: dts: imx6sl: tolino-shine2hd: " Peng Fan (OSS)
2023-03-14  2:58 ` [PATCH 1/3] ARM: dts: imx6sll: e70k02: " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox