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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 E50CCC43381 for ; Fri, 22 Mar 2019 22:20:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0B8A20883 for ; Fri, 22 Mar 2019 22:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728006AbfCVWUT (ORCPT ); Fri, 22 Mar 2019 18:20:19 -0400 Received: from muru.com ([72.249.23.125]:42216 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726095AbfCVWUS (ORCPT ); Fri, 22 Mar 2019 18:20:18 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2C5AD80DB; Fri, 22 Mar 2019 22:20:31 +0000 (UTC) Date: Fri, 22 Mar 2019 15:20:14 -0700 From: Tony Lindgren To: Peter Ujfalusi Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcousson@baylibre.com, Stable@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am335x-evm: Correct the regulators for the audio codec Message-ID: <20190322222014.GH19425@atomide.com> References: <20190315105909.8648-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190315105909.8648-1-peter.ujfalusi@ti.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org * Peter Ujfalusi [190315 03:58]: > Correctly map the regulators used by tlv320aic3106. > Both 1.8V and 3.3V for the codec is derived from VBAT via fixed regulators. > > Cc: # v4.14+ > Signed-off-by: Peter Ujfalusi > --- > Hi, > > Changes since v1: > - Add stable tag for backporting to v4.14+ Thanks adding both similar patches into omap-for-v5.1/fixes. Regards, Tony