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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 05CFEC433E2 for ; Mon, 29 Jun 2020 18:40:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E985621D81 for ; Mon, 29 Jun 2020 18:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727014AbgF2SkL (ORCPT ); Mon, 29 Jun 2020 14:40:11 -0400 Received: from muru.com ([72.249.23.125]:59944 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726118AbgF2SkK (ORCPT ); Mon, 29 Jun 2020 14:40:10 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 48A3381C1; Mon, 29 Jun 2020 18:21:43 +0000 (UTC) Date: Mon, 29 Jun 2020 11:20:48 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Kuninori Morimoto , Rob Herring , Sam Ravnborg , Linus Walleij , Heiko Stuebner , Stephan Gerhold , Lubomir Rintel , Mark Brown , allen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pavel Machek Subject: Re: ARM: dts: motorola-mapphone-common: remove unneeded "simple-graph-card" Message-ID: <20200629182048.GB37466@atomide.com> References: <87r1ub39hq.wl-kuninori.morimoto.gx@renesas.com> <20200619113607.6h5qnq26nhxijjhp@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200619113607.6h5qnq26nhxijjhp@earth.universe> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Sebastian Reichel [200619 11:37]: > Hi, > > On Fri, Jun 19, 2020 at 02:33:36PM +0900, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > > > Audio Graph Card is using "audio-graph-card" prefix instead of > > "simple-graph-card", and moreover "widgets / routing" doesn't need it. > > This patch removes unsupported "simple-graph-card" prefix from > > motorola-mapphone-common.dtsi and vendor-prefixes.yaml. > > > > Signed-off-by: Kuninori Morimoto > > --- > > Reviewed-by: Sebastian Reichel Probably best to merge this along with the other asoc patches: Acked-by: Tony Lindgren