From 6f38ca0041ec49662f97ee93d86e642b8d5416d5 Mon Sep 17 00:00:00 2001 From: "ito.yoshiki001" Date: Fri, 27 Aug 2021 10:13:07 +0900 Subject: Fix wrong USB1 pin setting Since GP6_26 is used as USB1_PWEN, a collision occurs in the PFC settings and the HSCIF2 is not working. Also, GP6_27 is not used as USB1_OVC, and overcurrent detection is not working. This patch fixes the incorrect pin settings for usb1 as described above. Bug-AGL: SPEC-3658 Signed-off-by: ito.yoshiki001 Change-Id: If488a7d5ca4be0f3469a98f332821aead911e050 (cherry picked from commit ecb71fdb747431561642ae8f67098a559937542a) --- meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch index 8374b8f..014a195 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch @@ -707,7 +707,7 @@ index 000000000000..cdd5975a77a2 + }; + + usb1_pins: usb1 { -+ groups = "usb1"; ++ groups = "usb1_ovc"; + function = "usb1"; + }; + -- cgit 1.2.3-korg