diff options
author | Martin Fuzzey <martin.fuzzey@flowbird.group> | 2018-10-24 10:21:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 16:51:55 -0500 |
commit | f9c87adc47a84fbe44f580ffa5fd2540ce7793b2 (patch) | |
tree | 01e59ad84ede69ca095fbf180fa84da0cbe8e342 /include/w1.h | |
parent | 8cd3f51b4478c5a03dba31178ba3952747abdba3 (diff) | |
download | u-boot-f9c87adc47a84fbe44f580ffa5fd2540ce7793b2.tar.gz |
w1-eeprom: Add support for Maxim DS2502 add only memory
Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
Diffstat (limited to 'include/w1.h')
-rw-r--r-- | include/w1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/w1.h b/include/w1.h index 399177a12e..b958b1c92c 100644 --- a/include/w1.h +++ b/include/w1.h @@ -12,6 +12,7 @@ #define W1_FAMILY_DS24B33 0x23 #define W1_FAMILY_DS2431 0x2d +#define W1_FAMILY_DS2502 0x09 #define W1_FAMILY_EEP_SANDBOX 0xfe struct w1_device { |