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)
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>

No differences found