X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcortina.h;h=ba7fafe9c4da81fe60f1c3d514a66c01263c7903;hb=e168eacde1cfbdcf75e92bfda6d51fa59d488dfd;hp=6cadd28811e1e3c2a32f578834229a7ca4974656;hpb=bd5053ffa5b8162257537bdb79ba829372423096;p=oweals%2Fu-boot.git diff --git a/include/cortina.h b/include/cortina.h index 6cadd28811..ba7fafe9c4 100644 --- a/include/cortina.h +++ b/include/cortina.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Cortina PHY drivers * - * SPDX-License-Identifier: GPL-2.0+ - * * Copyright 2014 Freescale Semiconductor, Inc. */ @@ -65,6 +64,10 @@ #define VILLA_LINE_SDS_COMMON_STX0_TX_OUTPUT_CTRLA 0x427 #define VILLA_LINE_SDS_COMMON_STX0_TX_OUTPUT_CTRLB 0x428 +/* Cortina CS4223 */ +#define CS4223_EEPROM_STATUS 0x5001 +#define CS4223_EEPROM_FIRMWARE_LOADDONE 0x1 + #define mseq_edc_bist_done (0x1<<0) #define mseq_edc_bist_fail (0x1<<8)