]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
pinctrl: fix UPHY lane number mismatch
authorBH Hsieh <bhsieh@nvidia.com>
Tue, 30 Aug 2016 02:42:01 +0000 (10:42 +0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 22 Sep 2016 17:17:52 +0000 (10:17 -0700)
Remove redundant "hsic-1" lane to ensure
UPHY lane number mapping is correct

bug 1807130

Change-Id: I9b71a07b628fc6e2116117a2b84627a1173590bf
Signed-off-by: BH Hsieh <bhsieh@nvidia.com>
Reviewed-on: http://git-master/r/1209485
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/pinctrl/pinctrl-tegra21x-padctl-uphy.c

index 3e1208d98733553c6de6d5b141fb891e47dc44f7..3e47ef3d9d718e3013301bfbae952878c7b69788 100644 (file)
@@ -3584,7 +3584,6 @@ static const struct tegra_padctl_uphy_lane tegra21x_lanes[] = {
        TEGRA21x_LANE("otg-2",  0x004,  4, 0x3, otg),
        TEGRA21x_LANE("otg-3",  0x004,  6, 0x3, otg),
        TEGRA21x_LANE("hsic-0", 0x004, 20, 0x1, hsic),
-       TEGRA21x_LANE("hsic-1", 0x004, 21, 0x1, hsic),
        /* XUSB_PADCTL_USB3_PAD_MUX_0 */
        TEGRA21x_LANE("uphy-lane-0", 0x28, 12, 0x3, uphy),
        TEGRA21x_LANE("uphy-lane-1", 0x28, 14, 0x3, uphy),