* [PATCH 1/3] arm64: dts: imx8mp-verdin: Fix USB connector description
@ 2023-12-07 18:55 Fabio Estevam
2023-12-07 18:55 ` [PATCH 2/3] arm64: dts: imx8mp-venice: " Fabio Estevam
2023-12-07 18:55 ` [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: " Fabio Estevam
0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2023-12-07 18:55 UTC (permalink / raw)
To: shawnguo
Cc: linux-arm-kernel, tharvey, marcel.ziswiler, alexander.stein,
Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
The USB connector should not be placed under the dwc3 node.
Move the USB connector out of the SoC level and use port to describe
the connection to the dwc3 controller.
This fixes the following dt-schema warning:
imx8mp-verdin-wifi-mallow.dtb: usb@32f10100: usb@38100000: Unevaluated properties are not allowed ('connector' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
.../boot/dts/freescale/imx8mp-verdin.dtsi | 30 +++++++++++++------
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
index 04f2083c4ab2..c3305f0d4001 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
@@ -45,6 +45,23 @@ backlight_mezzanine: backlight-mezzanine {
status = "disabled";
};
+ connector {
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ id-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
+ label = "Type-C";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb_1_id>;
+ self-powered;
+ type = "micro";
+ vbus-supply = <®_usb1_vbus>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
gpio-keys {
compatible = "gpio-keys";
pinctrl-names = "default";
@@ -835,15 +852,10 @@ &usb_dwc3_0 {
srp-disable;
usb-role-switch;
- connector {
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- id-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
- label = "Type-C";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usb_1_id>;
- self-powered;
- type = "micro";
- vbus-supply = <®_usb1_vbus>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] arm64: dts: imx8mp-venice: Fix USB connector description
2023-12-07 18:55 [PATCH 1/3] arm64: dts: imx8mp-verdin: Fix USB connector description Fabio Estevam
@ 2023-12-07 18:55 ` Fabio Estevam
2023-12-13 16:43 ` Tim Harvey
2023-12-07 18:55 ` [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: " Fabio Estevam
1 sibling, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2023-12-07 18:55 UTC (permalink / raw)
To: shawnguo
Cc: linux-arm-kernel, tharvey, marcel.ziswiler, alexander.stein,
Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
The USB connector should not be placed under the dwc3 node.
Move the USB connector out of the SoC level and use port to describe
the connection to the dwc3 controller.
This fixes the following dt-schema warning:
imx8mp-venice-gw72xx-2x.dtb: usb@38100000: Unevaluated properties are not allowed ('connector' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
.../dts/freescale/imx8mp-venice-gw71xx.dtsi | 26 +++++++++++++-----
.../dts/freescale/imx8mp-venice-gw72xx.dtsi | 27 ++++++++++++++-----
.../dts/freescale/imx8mp-venice-gw73xx.dtsi | 27 ++++++++++++++-----
.../dts/freescale/imx8mp-venice-gw74xx.dts | 27 ++++++++++++++-----
4 files changed, 79 insertions(+), 28 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
index bf47b5e9dd8c..0e8d0f3c7ea8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
@@ -8,6 +8,21 @@
#include <dt-bindings/phy/phy-imx8-pcie.h>
/ {
+ connector {
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbcon1>;
+ type = "micro";
+ label = "Type-C";
+ id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
led-controller {
compatible = "gpio-leds";
pinctrl-names = "default";
@@ -132,13 +147,10 @@ &usb_dwc3_0 {
role-switch-default-mode = "peripheral";
status = "okay";
- connector {
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usbcon1>;
- type = "micro";
- label = "Type-C";
- id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
index 28eb7c00a1d9..f8ad5ea96330 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
@@ -8,6 +8,22 @@
#include <dt-bindings/phy/phy-imx8-pcie.h>
/ {
+
+ connector {
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbcon1>;
+ type = "micro";
+ label = "otg";
+ id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
led-controller {
compatible = "gpio-leds";
pinctrl-names = "default";
@@ -182,13 +198,10 @@ &usb_dwc3_0 {
role-switch-default-mode = "peripheral";
status = "okay";
- connector {
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usbcon1>;
- type = "micro";
- label = "otg";
- id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
index b0d42b18c5ce..0b89aa73998c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
@@ -8,6 +8,22 @@
#include <dt-bindings/phy/phy-imx8-pcie.h>
/ {
+
+ connector {
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbcon1>;
+ type = "micro";
+ label = "otg";
+ id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
led-controller {
compatible = "gpio-leds";
pinctrl-names = "default";
@@ -201,13 +217,10 @@ &usb_dwc3_0 {
role-switch-default-mode = "peripheral";
status = "okay";
- connector {
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usbcon1>;
- type = "micro";
- label = "otg";
- id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
index dcf9bababffc..b323711fa090 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
@@ -35,6 +35,22 @@ memory@40000000 {
reg = <0x0 0x40000000 0 0x80000000>;
};
+
+ connector {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbcon1>;
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ type = "micro";
+ label = "Type-C";
+ id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
gpio-keys {
compatible = "gpio-keys";
@@ -692,13 +708,10 @@ &usb_dwc3_0 {
role-switch-default-mode = "peripheral";
status = "okay";
- connector {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usbcon1>;
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- type = "micro";
- label = "Type-C";
- id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: Fix USB connector description
2023-12-07 18:55 [PATCH 1/3] arm64: dts: imx8mp-verdin: Fix USB connector description Fabio Estevam
2023-12-07 18:55 ` [PATCH 2/3] arm64: dts: imx8mp-venice: " Fabio Estevam
@ 2023-12-07 18:55 ` Fabio Estevam
2023-12-11 7:42 ` Alexander Stein
1 sibling, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2023-12-07 18:55 UTC (permalink / raw)
To: shawnguo
Cc: linux-arm-kernel, tharvey, marcel.ziswiler, alexander.stein,
Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
The USB connector should not be placed under the dwc3 node.
Move the USB connector out of the SoC level and use port to describe
the connection to the dwc3 controller.
This fixes the following dt-schema warning:
imx8mp-tqma8mpql-mba8mpxl.dtb: usb@38100000: Unevaluated properties are not allowed ('connector' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
.../freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 26 ++++++++++++++-----
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
index 4b161564a284..505b70cb2bd7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
@@ -55,6 +55,21 @@ clk_xtal25: clk-xtal25 {
clock-frequency = <25000000>;
};
+ connector {
+ compatible = "gpio-usb-b-connector", "usb-b-connector";
+ type = "micro";
+ label = "X29";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usbcon0>;
+ id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+
+ port {
+ usb_dr_connector: endpoint {
+ remote-endpoint = <&usb3_dwc>;
+ };
+ };
+ };
+
fan0: pwm-fan {
compatible = "pwm-fan";
pinctrl-names = "default";
@@ -625,13 +640,10 @@ &usb_dwc3_0 {
role-switch-default-mode = "peripheral";
status = "okay";
- connector {
- compatible = "gpio-usb-b-connector", "usb-b-connector";
- type = "micro";
- label = "X29";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_usbcon0>;
- id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+ port {
+ usb3_dwc: endpoint {
+ remote-endpoint = <&usb_dr_connector>;
+ };
};
};
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: Fix USB connector description
2023-12-07 18:55 ` [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: " Fabio Estevam
@ 2023-12-11 7:42 ` Alexander Stein
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Stein @ 2023-12-11 7:42 UTC (permalink / raw)
To: shawnguo, Fabio Estevam
Cc: linux-arm-kernel, tharvey, marcel.ziswiler, Fabio Estevam
Hi Fabio,
Am Donnerstag, 7. Dezember 2023, 19:55:43 CET schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
>
> The USB connector should not be placed under the dwc3 node.
>
> Move the USB connector out of the SoC level and use port to describe
> the connection to the dwc3 controller.
>
> This fixes the following dt-schema warning:
>
> imx8mp-tqma8mpql-mba8mpxl.dtb: usb@38100000: Unevaluated properties are not
> allowed ('connector' was unexpected) from schema $id:
> http://devicetree.org/schemas/usb/snps,dwc3.yaml#
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Thanks
Alexander
> ---
> .../freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 26 ++++++++++++++-----
> 1 file changed, 19 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
> b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts index
> 4b161564a284..505b70cb2bd7 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
> @@ -55,6 +55,21 @@ clk_xtal25: clk-xtal25 {
> clock-frequency = <25000000>;
> };
>
> + connector {
> + compatible = "gpio-usb-b-connector", "usb-b-connector";
> + type = "micro";
> + label = "X29";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usbcon0>;
> + id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
> +
> + port {
> + usb_dr_connector: endpoint {
> + remote-endpoint = <&usb3_dwc>;
> + };
> + };
> + };
> +
> fan0: pwm-fan {
> compatible = "pwm-fan";
> pinctrl-names = "default";
> @@ -625,13 +640,10 @@ &usb_dwc3_0 {
> role-switch-default-mode = "peripheral";
> status = "okay";
>
> - connector {
> - compatible = "gpio-usb-b-connector", "usb-b-connector";
> - type = "micro";
> - label = "X29";
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_usbcon0>;
> - id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
> + port {
> + usb3_dwc: endpoint {
> + remote-endpoint = <&usb_dr_connector>;
> + };
> };
> };
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/3] arm64: dts: imx8mp-venice: Fix USB connector description
2023-12-07 18:55 ` [PATCH 2/3] arm64: dts: imx8mp-venice: " Fabio Estevam
@ 2023-12-13 16:43 ` Tim Harvey
0 siblings, 0 replies; 5+ messages in thread
From: Tim Harvey @ 2023-12-13 16:43 UTC (permalink / raw)
To: Fabio Estevam
Cc: shawnguo, linux-arm-kernel, marcel.ziswiler, alexander.stein,
Fabio Estevam
On Thu, Dec 7, 2023 at 10:55 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> The USB connector should not be placed under the dwc3 node.
>
> Move the USB connector out of the SoC level and use port to describe
> the connection to the dwc3 controller.
>
> This fixes the following dt-schema warning:
>
> imx8mp-venice-gw72xx-2x.dtb: usb@38100000: Unevaluated properties are not allowed ('connector' was unexpected)
> from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml#
>
Fabio,
Thank you for this. There is an extra leading blank line before
'connector' that should probably be fixed:
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
> .../dts/freescale/imx8mp-venice-gw71xx.dtsi | 26 +++++++++++++-----
> .../dts/freescale/imx8mp-venice-gw72xx.dtsi | 27 ++++++++++++++-----
> .../dts/freescale/imx8mp-venice-gw73xx.dtsi | 27 ++++++++++++++-----
> .../dts/freescale/imx8mp-venice-gw74xx.dts | 27 ++++++++++++++-----
> 4 files changed, 79 insertions(+), 28 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
> index bf47b5e9dd8c..0e8d0f3c7ea8 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw71xx.dtsi
> @@ -8,6 +8,21 @@
> #include <dt-bindings/phy/phy-imx8-pcie.h>
>
> / {
> + connector {
> + compatible = "gpio-usb-b-connector", "usb-b-connector";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usbcon1>;
> + type = "micro";
> + label = "Type-C";
> + id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> +
> + port {
> + usb_dr_connector: endpoint {
> + remote-endpoint = <&usb3_dwc>;
> + };
> + };
> + };
> +
> led-controller {
> compatible = "gpio-leds";
> pinctrl-names = "default";
> @@ -132,13 +147,10 @@ &usb_dwc3_0 {
> role-switch-default-mode = "peripheral";
> status = "okay";
>
> - connector {
> - compatible = "gpio-usb-b-connector", "usb-b-connector";
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_usbcon1>;
> - type = "micro";
> - label = "Type-C";
> - id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> + port {
> + usb3_dwc: endpoint {
> + remote-endpoint = <&usb_dr_connector>;
> + };
> };
> };
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
> index 28eb7c00a1d9..f8ad5ea96330 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw72xx.dtsi
> @@ -8,6 +8,22 @@
> #include <dt-bindings/phy/phy-imx8-pcie.h>
>
> / {
> +
leading blank line
> + connector {
> + compatible = "gpio-usb-b-connector", "usb-b-connector";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usbcon1>;
> + type = "micro";
> + label = "otg";
> + id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> +
> + port {
> + usb_dr_connector: endpoint {
> + remote-endpoint = <&usb3_dwc>;
> + };
> + };
> + };
> +
> led-controller {
> compatible = "gpio-leds";
> pinctrl-names = "default";
> @@ -182,13 +198,10 @@ &usb_dwc3_0 {
> role-switch-default-mode = "peripheral";
> status = "okay";
>
> - connector {
> - compatible = "gpio-usb-b-connector", "usb-b-connector";
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_usbcon1>;
> - type = "micro";
> - label = "otg";
> - id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> + port {
> + usb3_dwc: endpoint {
> + remote-endpoint = <&usb_dr_connector>;
> + };
> };
> };
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
> index b0d42b18c5ce..0b89aa73998c 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi
> @@ -8,6 +8,22 @@
> #include <dt-bindings/phy/phy-imx8-pcie.h>
>
> / {
> +
leading blank line
> + connector {
> + compatible = "gpio-usb-b-connector", "usb-b-connector";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usbcon1>;
> + type = "micro";
> + label = "otg";
> + id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> +
> + port {
> + usb_dr_connector: endpoint {
> + remote-endpoint = <&usb3_dwc>;
> + };
> + };
> + };
> +
> led-controller {
> compatible = "gpio-leds";
> pinctrl-names = "default";
> @@ -201,13 +217,10 @@ &usb_dwc3_0 {
> role-switch-default-mode = "peripheral";
> status = "okay";
>
> - connector {
> - compatible = "gpio-usb-b-connector", "usb-b-connector";
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_usbcon1>;
> - type = "micro";
> - label = "otg";
> - id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
> + port {
> + usb3_dwc: endpoint {
> + remote-endpoint = <&usb_dr_connector>;
> + };
> };
> };
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
> index dcf9bababffc..b323711fa090 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
> @@ -35,6 +35,22 @@ memory@40000000 {
> reg = <0x0 0x40000000 0 0x80000000>;
> };
>
> +
leading blank line
> + connector {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_usbcon1>;
> + compatible = "gpio-usb-b-connector", "usb-b-connector";
> + type = "micro";
> + label = "Type-C";
> + id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
> +
> + port {
> + usb_dr_connector: endpoint {
> + remote-endpoint = <&usb3_dwc>;
> + };
> + };
> + };
> +
> gpio-keys {
> compatible = "gpio-keys";
>
> @@ -692,13 +708,10 @@ &usb_dwc3_0 {
> role-switch-default-mode = "peripheral";
> status = "okay";
>
> - connector {
> - pinctrl-names = "default";
> - pinctrl-0 = <&pinctrl_usbcon1>;
> - compatible = "gpio-usb-b-connector", "usb-b-connector";
> - type = "micro";
> - label = "Type-C";
> - id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
> + port {
> + usb3_dwc: endpoint {
> + remote-endpoint = <&usb_dr_connector>;
> + };
> };
> };
>
with those minor changes (if we even care to make them):
Acked-by: Tim Harvey <tharvey@gateworks.com>
Best regards,
Tim
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-13 16:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 18:55 [PATCH 1/3] arm64: dts: imx8mp-verdin: Fix USB connector description Fabio Estevam
2023-12-07 18:55 ` [PATCH 2/3] arm64: dts: imx8mp-venice: " Fabio Estevam
2023-12-13 16:43 ` Tim Harvey
2023-12-07 18:55 ` [PATCH 3/3] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: " Fabio Estevam
2023-12-11 7:42 ` Alexander Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).