From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A837BC43334 for ; Tue, 4 Sep 2018 14:20:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C4DF206BA for ; Tue, 4 Sep 2018 14:20:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="g/V4p8rC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C4DF206BA Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727522AbeIDSp7 (ORCPT ); Tue, 4 Sep 2018 14:45:59 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:32850 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727072AbeIDSp7 (ORCPT ); Tue, 4 Sep 2018 14:45:59 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id w84EKKH1047335; Tue, 4 Sep 2018 09:20:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1536070820; bh=rD3aN3vkAjJq06ze7rIDdKFujdNunBBQ8tRWFn/urCA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=g/V4p8rCT4pHOv/8o5RwIQIqn7FrR1ptDXLtydY8m3zehX7/X8U5AgSbRCgPEnhs+ 84R5wlO7svtByEqI3SDhrxtoU0y7iMvxwietLaWc3WuqGGlxnFV8A9nY9wsf/Mfg0R /VDCP9+Z5wGHZCSCQXCPaBfF+g8FENphDgcr1fZ4= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w84EKKmB027864; Tue, 4 Sep 2018 09:20:20 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Tue, 4 Sep 2018 09:20:20 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Tue, 4 Sep 2018 09:20:20 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w84EKKtJ030243; Tue, 4 Sep 2018 09:20:20 -0500 Received: from localhost (uda0226330.dhcp.ti.com [172.22.184.106]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id w84EKJx03648; Tue, 4 Sep 2018 09:20:19 -0500 (CDT) From: "Andrew F. Davis" To: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team CC: , , "Andrew F . Davis" Subject: [PATCH v2 2/2] ARM: dts: imx: Use new CODEC reset pin name Date: Tue, 4 Sep 2018 09:20:18 -0500 Message-ID: <20180904142018.4267-2-afd@ti.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180904142018.4267-1-afd@ti.com> References: <20180904142018.4267-1-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The correct DT property for specifying a GPIO used for reset is "reset-gpios", the driver now accepts this name use this here. Signed-off-by: Andrew F. Davis --- Changes from v1: - Remove "fix" from commit message arch/arm/boot/dts/imx6qdl-gw5903.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-gw5903.dtsi b/arch/arm/boot/dts/imx6qdl-gw5903.dtsi index 368132274a91..ddabab168a8a 100644 --- a/arch/arm/boot/dts/imx6qdl-gw5903.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw5903.dtsi @@ -310,7 +310,7 @@ tlv320aic3105: codec@18 { compatible = "ti,tlv320aic3x"; reg = <0x18>; - gpio-reset = <&gpio5 17 GPIO_ACTIVE_LOW>; + reset-gpios = <&gpio5 17 GPIO_ACTIVE_LOW>; clocks = <&clks IMX6QDL_CLK_CKO>; ai3x-micbias-vg = <2>; /* MICBIAS_2_5V */ /* Regulators */ -- 2.18.0