aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorito.yoshiki001 <ito.yoshiki001@jp.panasonic.com>2021-08-27 10:13:07 +0900
committerito.yoshiki001 <ito.yoshiki001@jp.panasonic.com>2021-08-27 10:13:07 +0900
commitecb71fdb747431561642ae8f67098a559937542a (patch)
treee2af3ed7b2a19e02c84d59fb76ee7251a7c28306
parent67a9b0cff91f63f087639fd33d16598dda6f7d09 (diff)
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 <ito.yoshiki001@jp.panasonic.com> Change-Id: If488a7d5ca4be0f3469a98f332821aead911e050
-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";
+ };
+