From 5c02b25b3e78de94c8c264b23601e96ca1525b2a Mon Sep 17 00:00:00 2001 From: Ran Wang Date: Tue, 1 Aug 2017 16:43:30 +0800 Subject: armv8: Correct register offset define. For USB erratum A-009007, original patch write the wrong register on LS208xa, need to be correct according to PDM information update. Signed-off-by: Ran Wang diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h index 4a51e55..b037aef 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h @@ -126,7 +126,7 @@ #define DCSR_BASE 0x700000000ULL #define DCSR_USB_PHY1 0x4600000 #define DCSR_USB_PHY2 0x4610000 -#define DCSR_USB_PHY_RX_OVRD_IN_HI 0x1006 +#define DCSR_USB_PHY_RX_OVRD_IN_HI 0x200C #define USB_PHY_RX_EQ_VAL_1 0x0000 #define USB_PHY_RX_EQ_VAL_2 0x0080 #define USB_PHY_RX_EQ_VAL_3 0x0380 -- cgit v0.10.2