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=-3.8 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 3C588C43603 for ; Mon, 16 Dec 2019 08:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19CA620725 for ; Mon, 16 Dec 2019 08:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726777AbfLPIKc (ORCPT ); Mon, 16 Dec 2019 03:10:32 -0500 Received: from mail-ot1-f68.google.com ([209.85.210.68]:41691 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726769AbfLPIKc (ORCPT ); Mon, 16 Dec 2019 03:10:32 -0500 Received: by mail-ot1-f68.google.com with SMTP id r27so8060642otc.8; Mon, 16 Dec 2019 00:10:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4j5mB296K3OjWTSnZCBs+O5j2Ao0bxQ6pvOe40JZ42w=; b=PjN0Fvkei6Za6b/T7Ww/fy24HHf2ase7GEaO+LZ9Nv4lENJpKpqefL0jE/45YRhCdE JhnsiaRu50vg6wz8wINa78JF7uBCLDyTL5N2WNiZJ7Pr/942PwdveRG725N8WTSmiOU6 4/LzcqSiuJ+cnY9NMk3qmFSQqc7vBmLM0DbX+fObIbPdJO8YqLx5GZUMxCh10xYp7d16 Va/6KsVzvWkCLWte5BWTgfsIV2iofPrUmdYjd/Fx6axEFSfnv2h2f3wD9Vazg/dOzBW3 mozn6JJT3CdMvdj6NPaCdWdKEoykqTqfwwll/7SXif2b7S3YOZZ/Ga5FZSW/Sr0qlk5v U6/A== X-Gm-Message-State: APjAAAXhYuPfRb8gOXfCboT+JcMGQeawYyKFgnSXlHFtuKLuNANL//DM DUrcz2U4ZqgK8fQ/78GuVFpypp/05LvEZQK/7n4= X-Google-Smtp-Source: APXvYqyWZq4vxFZ0rUlordJFdD6oxjJaIIHj04emaSwV2tCBVu27DKwDtUKc+AphFf1h7JipnnYtHMfDu3xlZDC/BMg= X-Received: by 2002:a9d:dc1:: with SMTP id 59mr31271896ots.250.1576483831730; Mon, 16 Dec 2019 00:10:31 -0800 (PST) MIME-Version: 1.0 References: <87mubt3tux.wl-kuninori.morimoto.gx@renesas.com> In-Reply-To: <87mubt3tux.wl-kuninori.morimoto.gx@renesas.com> From: Geert Uytterhoeven Date: Mon, 16 Dec 2019 09:10:20 +0100 Message-ID: Subject: Re: [PATCH] arm64: renesas: r8a77990-ebisu: remove clkout-lr-synchronous from rcar_sound To: Kuninori Morimoto Cc: Rob Herring , Mark Rutland , Geert Uytterhoeven , Patrice Chotard , Linux-Renesas , Linux-DT , Linux-ARM Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Morimoto-san, On Mon, Dec 16, 2019 at 3:08 AM Kuninori Morimoto wrote: > From: Kuninori Morimoto > > rcar_sound doesn't support clkout-lr-synchronous in upstream. > It was supported under out-of-tree rcar_sound. > upstream rcar_sound is supporting > - clkout-lr-synchronous > + clkout-lr-asynchronous > > Signed-off-by: Kuninori Morimoto Thanks for your patch! IIUIC, as no upstream code looks at this property, there is no need to apply this as a fix for v5.5, and it is safe to queue this for v5.6? Nevertheless, I think it is good to add Fixes: 56629fcba94c698d ("arm64: dts: renesas: ebisu: Enable Audio") No need to resend, I can add that while applying. Thank you! > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -636,7 +636,6 @@ > /* audio_clkout0/1/2/3 */ > #clock-cells = <1>; > clock-frequency = <12288000 11289600>; > - clkout-lr-synchronous; > > status = "okay"; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds