]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
x86: dts: Drop memory SPD compatible string
authorSimon Glass <sjg@chromium.org>
Wed, 16 Mar 2016 13:44:39 +0000 (07:44 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:27 +0000 (10:27 +0800)
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>
arch/x86/dts/chromebook_link.dts
include/fdtdec.h
lib/fdtdec.c

index a424f6b93f5d562f543cfd164b5c72eb503c5ac3..fb1b31dc5e709fba60ed64a40127027e81ec5ab4 100644 (file)
                                        <&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 {
index f87b5da96f03373ea816b55e7e942cb3b07f9bca..fb8827393552cd78c5c7d6d265de55a1bdd012db 100644 (file)
@@ -152,7 +152,6 @@ enum fdt_compat_id {
        COMPAT_SAMSUNG_EXYNOS5_I2C,     /* Exynos5 High Speed I2C Controller */
        COMPAT_SAMSUNG_EXYNOS_SYSMMU,   /* Exynos sysmmu */
        COMPAT_INTEL_MICROCODE,         /* Intel microcode update */
-       COMPAT_MEMORY_SPD,              /* Memory SPD information */
        COMPAT_INTEL_PANTHERPOINT_AHCI, /* Intel Pantherpoint AHCI */
        COMPAT_INTEL_MODEL_206AX,       /* Intel Model 206AX CPU */
        COMPAT_INTEL_GMA,               /* Intel Graphics Media Accelerator */
index ddbd1ae96e060e234c8666afe401c19f59c98054..70acc29c924d5d4e28419a6e39574e219f1f5289 100644 (file)
@@ -57,7 +57,6 @@ static const char * const compat_names[COMPAT_COUNT] = {
        COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
        COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
        COMPAT(INTEL_MICROCODE, "intel,microcode"),
-       COMPAT(MEMORY_SPD, "memory-spd"),
        COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"),
        COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"),
        COMPAT(INTEL_GMA, "intel,gma"),