mirror of
https://xff.cz/git/u-boot/
synced 2025-10-28 00:53:24 +01:00
ARM: rmobile: Tidy up SYSC_PWRx define of 3DG on Gen3
Tidy up unused definition related to power control of 3DG. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
This commit is contained in:
committed by
Marek Vasut
parent
a14d2d153d
commit
4cb71e248f
@@ -44,12 +44,6 @@ int board_early_init_f(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYSC */
|
|
||||||
/* R/- 32 Power status register 2(3DG) */
|
|
||||||
#define SYSC_PWRSR2 0xE6180100
|
|
||||||
/* -/W 32 Power resume control register 2 (3DG) */
|
|
||||||
#define SYSC_PWRONCR2 0xE618010C
|
|
||||||
|
|
||||||
/* HSUSB block registers */
|
/* HSUSB block registers */
|
||||||
#define HSUSB_REG_LPSTS 0xE6590102
|
#define HSUSB_REG_LPSTS 0xE6590102
|
||||||
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ int board_early_init_f(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYSC */
|
|
||||||
/* R/- 32 Power status register 2(3DG) */
|
|
||||||
#define SYSC_PWRSR2 0xE6180100
|
|
||||||
/* -/W 32 Power resume control register 2 (3DG) */
|
|
||||||
#define SYSC_PWRONCR2 0xE618010C
|
|
||||||
|
|
||||||
/* HSUSB block registers */
|
/* HSUSB block registers */
|
||||||
#define HSUSB_REG_LPSTS 0xE6590102
|
#define HSUSB_REG_LPSTS 0xE6590102
|
||||||
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
||||||
|
|||||||
@@ -44,12 +44,6 @@ int board_early_init_f(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYSC */
|
|
||||||
/* R/- 32 Power status register 2(3DG) */
|
|
||||||
#define SYSC_PWRSR2 0xE6180100
|
|
||||||
/* -/W 32 Power resume control register 2 (3DG) */
|
|
||||||
#define SYSC_PWRONCR2 0xE618010C
|
|
||||||
|
|
||||||
/* HSUSB block registers */
|
/* HSUSB block registers */
|
||||||
#define HSUSB_REG_LPSTS 0xE6590102
|
#define HSUSB_REG_LPSTS 0xE6590102
|
||||||
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
#define HSUSB_REG_LPSTS_SUSPM_NORMAL BIT(14)
|
||||||
|
|||||||
Reference in New Issue
Block a user