diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-04-24 11:27:57 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-05-03 16:42:23 +0200 |
commit | 6390da4a5770e59ac220c1b0412a66d2c861a547 (patch) | |
tree | 4505d16dd291b3ab3e84da48409a9972cd4f8b6f /arch | |
parent | 6943cc9732202b9c65990cff9f74cea6b8173e09 (diff) | |
download | u-boot-6390da4a5770e59ac220c1b0412a66d2c861a547.tar.gz u-boot-6390da4a5770e59ac220c1b0412a66d2c861a547.tar.xz u-boot-6390da4a5770e59ac220c1b0412a66d2c861a547.zip |
net: mscc: ocelot: Update network driver for pcb120
Update Ocelot network driver to have support also for pcb120.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h b/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h index d3a76412e2..b2a4203644 100644 --- a/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h +++ b/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h @@ -20,4 +20,5 @@ #define GPIO_ALT(x) (0x54 + 4 * (x)) +#define PERF_PHY_CFG 0xf0 #endif |