OSDN Git Service

usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPH
authorJingoo Han <jg1.han@samsung.com>
Fri, 8 Aug 2014 07:27:15 +0000 (16:27 +0900)
committerFelipe Balbi <balbi@ti.com>
Tue, 19 Aug 2014 14:24:25 +0000 (09:24 -0500)
commitbbc66e140babbc7026fa07478b588f2b56f99751
treecbf5fc744f330589f29f8973f9f30c429d9f79e9
parent4958cf32f66df854b932b601eef2da3f95973339
usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPH

According to the datasheet, PHYPARAM1_PCS_TXDEEMPH is set as
6 bits [5:0]. Thus, the bit mask should be set as 0x3f, instead
of 0x1f.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-samsung-usb.h