diff options
author | Simon Glass | 2016-03-16 07:44:39 -0600 |
---|---|---|
committer | Bin Meng | 2016-03-17 10:27:27 +0800 |
commit | 69ca6fd85091518f592344be35b92ab23dd7fc9f (patch) | |
tree | f7f703cb54040cb04d9eeb967834fb65ca079de3 /arch | |
parent | 147ba41d29c4acae9194a8662ba87ab2918e6c92 (diff) |
x86: dts: Drop memory SPD compatible string
This is not needed now that the memory controller driver has the SPD data
in its own node.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/dts/chromebook_link.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts index a424f6b93f5..fb1b31dc5e7 100644 --- a/arch/x86/dts/chromebook_link.dts +++ b/arch/x86/dts/chromebook_link.dts @@ -233,7 +233,6 @@ <&gpio_b 11 0>, <&gpio_a 10 0>; u-boot,dm-pre-reloc; spd { - compatible = "memory-spd"; #address-cells = <1>; #size-cells = <0>; elpida_4Gb_1600_x16 { |