From patchwork Thu Mar 26 15:29:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 455081 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id F0CF41400A0 for ; Fri, 27 Mar 2015 02:32:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB1EC4B701; Thu, 26 Mar 2015 16:31:43 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5TLpTyRuwnjM; Thu, 26 Mar 2015 16:31:43 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2C5004B710; Thu, 26 Mar 2015 16:31:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA7BF4B667 for ; Thu, 26 Mar 2015 16:30:36 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h_ghZOsQJi7m for ; Thu, 26 Mar 2015 16:30:36 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yh0-f73.google.com (mail-yh0-f73.google.com [209.85.213.73]) by theia.denx.de (Postfix) with ESMTPS id 460834B66A for ; Thu, 26 Mar 2015 16:30:29 +0100 (CET) Received: by yhoc41 with SMTP id c41so3654627yho.0 for ; Thu, 26 Mar 2015 08:30:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xufbiMZA7yVAWKyNh5pJKPCyvN3A5J2ffjWxloY1zlg=; b=cly9O+s2eh52RB3xVvaK7oy/9oMo4CYfRSco7Tr3ujnR6rd5I0h8L6gaCpR7A5p6Gh 53dw9Qjv0N6ihnZDhl6bUyZ+LBSPaxSq4rMh6BK9FFNLRdDhES4WyJPnV5PNe++ofGrp +8UIp8rhojtkiMZNcfwsRwwM+DaYPk22J6jlflWqj4Yt4d2z7CGwu3CMmXxjJpr9ESfV 2MS/lG4gIiQUkrnOqIOy8kRr909XAdsUeTTJcEjN39L8P0NjCdYJtIkW/rg1h6lEwsuo 9hwMWxn1cn7lVfkBPwXy6deDdnEOqWtq6usZRqEur+WrujkiPaOq0MFkdUrO9G2ZZm/b RtYw== X-Gm-Message-State: ALoCoQmV2jJvS28twQZJXZnRIHaP/O0a/63E9YqpuhupDe4j2bbVzl2OZqba9qUZGwjqz/M8Us7F X-Received: by 10.236.16.130 with SMTP id h2mr16700170yhh.36.1427383828523; Thu, 26 Mar 2015 08:30:28 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id d31si324361yhb.1.2015.03.26.08.30.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Mar 2015 08:30:28 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id uBWlR06n.2; Thu, 26 Mar 2015 08:30:28 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 14093220DE4; Thu, 26 Mar 2015 09:30:27 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Thu, 26 Mar 2015 09:29:37 -0600 Message-Id: <1427383781-7151-14-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1427383781-7151-1-git-send-email-sjg@chromium.org> References: <1427383781-7151-1-git-send-email-sjg@chromium.org> Cc: Masahiro Yamada , Jerry Van Baren Subject: [U-Boot] [PATCH v2 13/17] fdt: cros_ec: Drop compatible string in fdtdec X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is not needed now that we have moved to driver model. Signed-off-by: Simon Glass --- Changes in v2: None include/fdtdec.h | 1 - lib/fdtdec.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index 814be1c..a5f4bcd 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -134,7 +134,6 @@ enum fdt_compat_id { COMPAT_SAMSUNG_S3C2440_I2C, /* Exynos I2C Controller */ COMPAT_SAMSUNG_EXYNOS5_SOUND, /* Exynos Sound */ COMPAT_WOLFSON_WM8994_CODEC, /* Wolfson WM8994 Sound Codec */ - COMPAT_GOOGLE_CROS_EC, /* Google CROS_EC Protocol */ COMPAT_GOOGLE_CROS_EC_KEYB, /* Google CROS_EC Keyboard */ COMPAT_SAMSUNG_EXYNOS_EHCI, /* Exynos EHCI controller */ COMPAT_SAMSUNG_EXYNOS5_XHCI, /* Exynos5 XHCI controller */ diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 6d7a251..f87dc3f 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -42,7 +42,6 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"), COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"), COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"), - COMPAT(GOOGLE_CROS_EC, "google,cros-ec"), COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"), COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"), COMPAT(SAMSUNG_EXYNOS5_XHCI, "samsung,exynos5250-xhci"),