diff options
| author | Bin Meng <[email protected]> | 2015-02-05 23:42:26 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-02-06 12:07:43 -0700 |
| commit | c89ada017fe24891818c08a9e4b7c5ae4a9224e5 (patch) | |
| tree | de15fe4e6f193734097ae77582ded4bbe55e6074 /include | |
| parent | 236b711e89b529758ab474660b936140dbab3842 (diff) | |
fdtdec: Add compatible id and string for Intel Quark MRC
Add COMPAT_INTEL_QRK_MRC and "intel,quark-mrc" so that fdtdec can
decode Intel Quark MRC node.
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 231eed78927..1bc70dba213 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -167,6 +167,7 @@ enum fdt_compat_id { COMPAT_INTEL_GMA, /* Intel Graphics Media Accelerator */ COMPAT_AMS_AS3722, /* AMS AS3722 PMIC */ COMPAT_INTEL_ICH_SPI, /* Intel ICH7/9 SPI controller */ + COMPAT_INTEL_QRK_MRC, /* Intel Quark MRC */ COMPAT_COUNT, }; |
