aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorito.yoshiki001 <ito.yoshiki001@jp.panasonic.com>2021-08-27 10:13:07 +0900
committerScott Murray <scott.murray@konsulko.com>2021-08-30 22:24:44 +0000
commit4318d01c2a4c570e33070b3d10f7f7f79587d93a (patch)
treea56c05e017fb44c588ce8cb5d93c4b115d7619a8
parent2f9005cfe79d4c2fec3059b6435e8d4c1b336d3d (diff)
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 <ito.yoshiki001@jp.panasonic.com> Change-Id: If488a7d5ca4be0f3469a98f332821aead911e050 (cherry picked from commit ecb71fdb747431561642ae8f67098a559937542a)
-rw-r--r--meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch2
1 files changed, 1 insertions, 1 deletions
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";
+ };
+