diff options
author | Dave Frodin <dave.frodin@se-eng.com> | 2012-11-16 14:16:02 -0700 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-11-30 20:04:24 +0100 |
commit | fbb5b4035f541968e158c54347071d3a2c33eb67 (patch) | |
tree | 874538e362fa880ccd590e7ac457a0adc0ec00af | |
parent | 7bcffa511dee2782702cc2920580d15b34073e1c (diff) |
Persimmon: Disable the unused PCI clocks
Change-Id: I4b735fe4e6441f99236e43b34695fdac95b8888a
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/1875
Tested-by: build bot (Jenkins)
Reviewed-by: Zheng Bao <zheng.bao@amd.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
-rw-r--r-- | src/mainboard/amd/persimmon/platform_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h index 1065cda74b..7051e7db73 100644 --- a/src/mainboard/amd/persimmon/platform_cfg.h +++ b/src/mainboard/amd/persimmon/platform_cfg.h @@ -90,7 +90,7 @@ * PCI SLOT 3 define at BIT3 * PCI SLOT 4 define at BIT4 */ -#define PCI_CLOCK_CTRL 0x1F +#define PCI_CLOCK_CTRL 0x07 /** * @def SATA_CONTROLLER |