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=-6.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 AF02EC4727C for ; Mon, 28 Sep 2020 05:03:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F10023A40 for ; Mon, 28 Sep 2020 05:03:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbgI1FDQ convert rfc822-to-8bit (ORCPT ); Mon, 28 Sep 2020 01:03:16 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:40844 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725287AbgI1FDP (ORCPT ); Mon, 28 Sep 2020 01:03:15 -0400 Received: by mail-lf1-f66.google.com with SMTP id m5so9557313lfp.7; Sun, 27 Sep 2020 22:03:13 -0700 (PDT) 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:content-transfer-encoding; bh=iH4BCtKHYZco8jOSQGiNPWj56rYDuIQ1wb3Pt3Sr0IY=; b=uDvaSqf8bfnboSEG3hwab3oZ6hCWJthvFPo3L1YL0lERt4UwfVo7BiouO+L/aJZzTS b77KGJ3YQ5B4pmsSgDgl/V3QoJGEjZM/78TAt4W1TyK3pjA21//7wTI/aJ/WI98SmqQW vrZm0pOvzNQBEEmQwhc6DlgB8lePgYbIg0We0Q8FD++4kjEM+SQHu0zW0Xm5Cw+2040g zVdDJ/L8tIeu/n3UTNy9j2JPNDF9ZFqlt8fuI3b8HlOWJghrA0GwVeW/HNhAoL6e/26V UTxboVJzm/BAiBWN6icB1KkPtCAUeOgWIgOfAYRvN5oYWLO5Em8HRfjCJUzu3ympi6Xu jmnw== X-Gm-Message-State: AOAM532S/UmNxSnRyMZbMISslbEc+MVQNRIuG1GaZGTqizwCFsMFlvD4 F/XkQK0ed/7lqZNghWsBYff9eWcKCRxgew== X-Google-Smtp-Source: ABdhPJxnrUe8nnM0nR21ySm4qPGGXou4cRc2sKlYSFVtDH2dltvxZHhKmW3ACizel3bikGqty+kUsw== X-Received: by 2002:a19:cc43:: with SMTP id c64mr3282963lfg.123.1601269392924; Sun, 27 Sep 2020 22:03:12 -0700 (PDT) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com. [209.85.167.46]) by smtp.gmail.com with ESMTPSA id n18sm2732733lfe.7.2020.09.27.22.03.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 27 Sep 2020 22:03:12 -0700 (PDT) Received: by mail-lf1-f46.google.com with SMTP id z19so9564224lfr.4; Sun, 27 Sep 2020 22:03:12 -0700 (PDT) X-Received: by 2002:ac2:5f63:: with SMTP id c3mr3034221lfc.283.1601269392234; Sun, 27 Sep 2020 22:03:12 -0700 (PDT) MIME-Version: 1.0 References: <20200927192912.46323-1-peron.clem@gmail.com> <20200927192912.46323-5-peron.clem@gmail.com> In-Reply-To: <20200927192912.46323-5-peron.clem@gmail.com> From: Chen-Yu Tsai Date: Mon, 28 Sep 2020 13:03:00 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v5 04/20] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible To: =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Maxime Ripard , Rob Herring , Mark Brown , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Marcus Cooper , Jernej Skrabec , Linux-ALSA , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi , Rob Herring Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2020 at 3:29 AM Clément Péron wrote: > > From: Jernej Skrabec > > H6 I2S is very similar to H3, except that it supports up to 16 channels > and thus few registers have fields on different position. > > Signed-off-by: Jernej Skrabec > Signed-off-by: Marcus Cooper > Signed-off-by: Clément Péron > Acked-by: Maxime Ripard > Acked-by: Rob Herring Acked-by: Chen-Yu Tsai