diff options
author | ito.yoshiki001 <ito.yoshiki001@jp.panasonic.com> | 2021-08-27 10:13:07 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-08-30 22:24:44 +0000 |
commit | 4318d01c2a4c570e33070b3d10f7f7f79587d93a (patch) | |
tree | a56c05e017fb44c588ce8cb5d93c4b115d7619a8 | |
parent | 2f9005cfe79d4c2fec3059b6435e8d4c1b336d3d (diff) |
Fix wrong USB1 pin settingkoi_11.0.5koi_11.0.4koi/11.0.5koi/11.0.411.0.511.0.4koi
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.patch | 2 |
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"; + }; + |