From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CEEB17C for ; Thu, 8 Sep 2022 09:22:52 +0000 (UTC) Received: by mail-lf1-f42.google.com with SMTP id i26so10963049lfp.11 for ; Thu, 08 Sep 2022 02:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=dH3CbhVOQrBIzFdsMYEQAzEoE3B2m4SSznn5rAk+rYM=; b=FHf5Ic/nwRoqqtgsFHSSGFDXZc98X2hpVH5Ttn0/VY/T+Rl1xxX8eAP+p5gs+pa44G dqojHG/7TfSA3gOeWxAIl+UZh8PDFCPoea9kdGdQqDETSUMlihGsJQtxcvAzwkVOy9sT 3fDJ01OAxnONes0Gle2gdPEa0FKu6zFZ/j+W9iF0qpfbRbL6px2LC8vg21uN+B1a+F6d U7OQShHt5p86KP5e2r9IZo+K/7ynXnUdLMF1xVA5svaLjFkS8ALinaYJ0yT0hTOm1z5y 5k/Ar9Kn+1s6rjhMYGbHk8a9pG3X93HkuWGNY4axTv/+yed/0Q6jeQnF9lV+pUJTF328 eDOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=dH3CbhVOQrBIzFdsMYEQAzEoE3B2m4SSznn5rAk+rYM=; b=uA2IbPutX/jqOaOWMnP8pMXYLOXlXiGQgS0s2ZG72HegvPuYvvQXGIpVMDCOBOZ4J4 8FB20sverscxU0ugw3pWvOWpOh2rsF0InrpFokj6cmq/K9ePZgaDMsFnmeN6kQrNaDze UtiJErSBzTNOWE168tjeZvcL/KhHFp7aT2pBSphl9P5oCsJk4B6CuwiDoyzb9Zb1zwGw sqg6saIjag1GGt1Z09YNHlMXLo3GWtGW1eX0Ofq5czOqy0wNzG77Ts+wr8lLH3o4z9Q1 6W26iAPj3R/xVUsLyYUAPmhKbebunAZal+OUebE/MQyYQZmXsozLPLoz5bha1VVMf8A4 8WCw== X-Gm-Message-State: ACgBeo2GK3LrOEbehB5DrtuAL96wK/bV97YyahToMo/2V1/qQVgrC3QV mY2upqPB9kIsaJBvSMLCpDzf/g== X-Google-Smtp-Source: AA6agR4x1bQbWHYoUICIygFzuOYuWPgfmCbP5o72xJn3+fJ+P+x9kq1cdfCrhlbhILkhk07z1Y2DaA== X-Received: by 2002:a05:6512:1193:b0:492:7e33:870 with SMTP id g19-20020a056512119300b004927e330870mr2475777lfr.37.1662628970810; Thu, 08 Sep 2022 02:22:50 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id bu13-20020a056512168d00b004947f8b6266sm175119lfb.203.2022.09.08.02.22.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 08 Sep 2022 02:22:50 -0700 (PDT) Message-ID: <0b8b2e01-5209-6437-c79e-3cff9b29bfcb@linaro.org> Date: Thu, 8 Sep 2022 11:22:48 +0200 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v9 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller Content-Language: en-US To: =?UTF-8?B?54+t5rab?= Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org References: <1661872039-40174-1-git-send-email-fengzheng923@gmail.com> <25072fba-64e2-df11-c8f0-a274037141f0@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 07/09/2022 15:03, 班涛 wrote: >>> +++ >> b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml >>> @@ -0,0 +1,79 @@ >>> +# SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) >>> +%YAML 1.2 >>> +--- >>> +$id: http://devicetree.org/schemas/sound/allwinner,sun50i-h6-dmic.yaml# >>> +$schema: http://devicetree.org/meta-schemas/core.yaml# >>> + >>> +title: Allwinner H6 DMIC Device Tree Bindings >> >> s/Device Tree Bindings// >> > > So, modify it to 'Allwinner H6 DMIC Devices Tree Bindings', sure? You pasted the same message, so what is the modification? I wrote you a search&replace pattern. Best regards, Krzysztof