Re: [PATCH] phy: exynos5-drd: Fix PCS_TXDEEMPH mask

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday, September 19, 2014 4:36 PM, Anton Tikhomirov wrote:
> 
> According to user manual, pcs_tx_deemph_3p5db field in PHYPARAM1
> register is 6bits wide, so mask value should be 0x3f instead
> of 0x1f.
> 
> Signed-off-by: Anton Tikhomirov <av.tikhomirov@xxxxxxxxxxx>

Reviewed-by: Jingoo Han <jg1.han@xxxxxxxxxxx>

Best regards,
Jingoo Han

> ---
>  drivers/phy/phy-exynos5-usbdrd.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/phy/phy-exynos5-usbdrd.c b/drivers/phy/phy-exynos5-
> usbdrd.c
> index 392101c..f421d16 100644
> --- a/drivers/phy/phy-exynos5-usbdrd.c
> +++ b/drivers/phy/phy-exynos5-usbdrd.c
> @@ -99,7 +99,7 @@
> 
>  #define EXYNOS5_DRD_PHYPARAM1			0x20
> 
> -#define PHYPARAM1_PCS_TXDEEMPH_MASK		(0x1f << 0)
> +#define PHYPARAM1_PCS_TXDEEMPH_MASK		(0x3f << 0)
>  #define PHYPARAM1_PCS_TXDEEMPH			(0x1c)
> 
>  #define EXYNOS5_DRD_PHYTERM			0x24
> --
> 1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux