]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/phy/allwinner/phy-sun50i-usb3.c
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux.git] / drivers / phy / allwinner / phy-sun50i-usb3.c
index 1169f3e83a6f16b661bd66c7490ddfe9842aac92..b1c04f71a31d9e6e5d0c33ad6b13f7c9e5d81159 100644 (file)
@@ -49,7 +49,7 @@
 #define SUNXI_LOS_BIAS(n)              ((n) << 3)
 #define SUNXI_LOS_BIAS_MASK            GENMASK(5, 3)
 #define SUNXI_TXVBOOSTLVL(n)           ((n) << 0)
-#define SUNXI_TXVBOOSTLVL_MASK         GENMASK(0, 2)
+#define SUNXI_TXVBOOSTLVL_MASK         GENMASK(2, 0)
 
 struct sun50i_usb3_phy {
        struct phy *phy;