From patchwork Wed Aug 24 14:24:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9297953 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 703A5607F0 for ; Wed, 24 Aug 2016 14:30:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61E2529049 for ; Wed, 24 Aug 2016 14:30:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 564F129084; Wed, 24 Aug 2016 14:30:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D65B229049 for ; Wed, 24 Aug 2016 14:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755280AbcHXOaA (ORCPT ); Wed, 24 Aug 2016 10:30:00 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:36603 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754720AbcHXO35 (ORCPT ); Wed, 24 Aug 2016 10:29:57 -0400 Received: by mail-lf0-f54.google.com with SMTP id g62so13222036lfe.3 for ; Wed, 24 Aug 2016 07:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=I9r3BdrDBtFf8OeuucZYY3ywXMbaIh9072xRzZT7yDc=; b=dlJStahX4qMTnT6M+dO77zNocLvwNsKHKUt5HvEEs6TtsFoRU7xfCmuOUwnAyK1qqj i5cz7ke2hyJxWktig6/58fhsguz9z5KG1nnrs428xt1CxjtfQmRwATGgiJgUNTQqan86 UZcfpEPgD90PgUQ23G9dJP6zY9HdMLntAWmJA= 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; bh=I9r3BdrDBtFf8OeuucZYY3ywXMbaIh9072xRzZT7yDc=; b=ick7TndNkChyc6Tvjc4cdatPzx7XprCaVIo4wFd3utyMqin3DyXaGGJ/A/NhO6ERi2 SStdKVEmko9YZmqpG4wJezmzrWQJZY1DQbge+ayhTA99MzyRaLN6jdMVjCxZcbqE6Ucs vmxH7Uf+/ik4xCDyq37PrMnQ6MOs4Jw0JwQWbi4aNBUtIAZAR2sp+eki4YJzvfVd5yXq 7Lp78uKTKcTb5lF2I6PCnfVIGSGCfEqntaKsIgZ44Gid7WfMfwHu46m1ie/qAVEaYMYL Jjpj2wRXA7Yk8baRQIY+4vzUrnYRAgbAUVSABI+GrlQMHF1SH42Pr1kRiCnAHIpWB8+n IKqg== X-Gm-Message-State: AEkoouvluJAGw/8iyiEBULclZ7+Z2YUdZNNg7Y69cyhkHcBx50d+2fuw4j2G4/8is+qkIIP4 X-Received: by 10.46.1.26 with SMTP id 26mr968914ljb.26.1472048657627; Wed, 24 Aug 2016 07:24:17 -0700 (PDT) Received: from linuslaptop.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id l10sm1979420lfd.19.2016.08.24.07.24.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Aug 2016 07:24:16 -0700 (PDT) From: Linus Walleij To: Roger Quadros , Tony Lindgren Cc: linux-omap@vger.kernel.org, Linus Walleij Subject: [PATCH] ARM: omap2plus_defconfig: switch to the IIO BMP085 driver Date: Wed, 24 Aug 2016 16:24:12 +0200 Message-Id: <1472048652-10387-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This alters the OMAP2plus defconfig to use the IIO BMP280 driver, which is compatible with the BMP085 instead of the old BMP085-specific misc driver. The IIO driver nowadays have all the features of the old driver and more. Signed-off-by: Linus Walleij --- arch/arm/configs/omap2plus_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 487c6c3b13fd..53e1a884a1ea 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -139,7 +139,6 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=16384 CONFIG_SENSORS_TSL2550=m -CONFIG_BMP085_I2C=m CONFIG_SRAM=y CONFIG_EEPROM_AT24=m CONFIG_SENSORS_LIS3_I2C=m @@ -428,6 +427,7 @@ CONFIG_EXTCON_USB_GPIO=m CONFIG_TI_EMIF=m CONFIG_IIO=m CONFIG_TI_AM335X_ADC=m +CONFIG_BMP280=m CONFIG_PWM=y CONFIG_PWM_OMAP_DMTIMER=m CONFIG_PWM_TIECAP=m