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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48DD5C433FE for ; Sun, 23 Oct 2022 12:57:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230031AbiJWM5s (ORCPT ); Sun, 23 Oct 2022 08:57:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230354AbiJWM5c (ORCPT ); Sun, 23 Oct 2022 08:57:32 -0400 Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E14CD5804B for ; Sun, 23 Oct 2022 05:57:02 -0700 (PDT) Received: by mail-qk1-x733.google.com with SMTP id j21so4737787qkk.9 for ; Sun, 23 Oct 2022 05:57:02 -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:message-id:reply-to; bh=l76ylH5GQKStXCE5+N4w0FN1gGvZpR+mdU/Dav6ek2g=; b=rDq6PKWuQHQO4Rdv+Abeg8LG0aYl97e8yTPMgp9eLn8CSF+01B+go8oJZXQopcV7Qz V5NvsUcAbgicOSnC0GA81j0Ea/AGvJV6hTa00m9JkocgV2fh8q/mKLJRK+Ua7F7gsznZ 7HnKxoCOMk52YNp9H3lWWblItAF4YcTr9w0aRORJrdNSoIBQddaT645FHZEJJvFwG610 HUJ2bsBYZu/6sURDIWRYI9uuwNdhOfo3RAZd5m2JBnb7gIaYnjVmU/Pzs4oJi/vmV2Uz hgVB6OQ8HWmzPhklXWGbHLuK2OHmSjpyjUF5dqYLj3esHbGoIh/72z10F867HsPNn93/ Shng== 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:message-id:reply-to; bh=l76ylH5GQKStXCE5+N4w0FN1gGvZpR+mdU/Dav6ek2g=; b=SuvTX6HiqSOrS68AnDWRN1F5AX9JWxY5d7v8yw78eW96pHRLhU4m9PWPIh+qljwYck 1uMr4cFAx0Xu7HvUPRBuCzYoCpi/VSpQVu3BU9rBRB2BXoh4ozE4JLIO9uMTXAe1psuP U0CnRYkbQq8dz64uDOeUj7+FMUgPYn2GbxM2UrP1K+nftIDKNiElOAXXh+GsKxoutnfJ 9XkwopGKKXRtB/ih/NlyYmHXOuimiIOJelUb1DKyxdMFhCaiZZo9bVWRQe5TThpixYhQ CHLfE9q4F94ucBx76/lk9RlYltbiEh73DvVNJHCJFkCv1HufSfkcAwnnAafIW5QV5opM xaGw== X-Gm-Message-State: ACrzQf2bFICPmc7FSPIGepm3lcFOhwCUs2tYeJgVFMJ7ftJKK8BTEk0j AIcnOC9ZF+hgGbyGntvwrTHoyw== X-Google-Smtp-Source: AMsMyM7iTj/q2zHPaO5muCBKpEWDYRLPI/oOPZQq/+1HYrpS0Ua3aH34MqtS+47QydypiO08YmFfcQ== X-Received: by 2002:a05:620a:44c2:b0:6ee:7a72:50b3 with SMTP id y2-20020a05620a44c200b006ee7a7250b3mr19416101qkp.124.1666529821463; Sun, 23 Oct 2022 05:57:01 -0700 (PDT) Received: from [192.168.1.8] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id u9-20020a05622a198900b0039cbe823f3csm11430021qtc.10.2022.10.23.05.57.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 23 Oct 2022 05:57:00 -0700 (PDT) Message-ID: Date: Sun, 23 Oct 2022 08:56:59 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v3 3/7] dt-bindings: mmc: mtk-sd: add mt7986 Content-Language: en-US To: Frank Wunderlich , linux-mediatek@lists.infradead.org Cc: Frank Wunderlich , Chaotian Jing , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Wenbin Mei , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221023091247.70586-1-linux@fw-web.de> <20221023091247.70586-4-linux@fw-web.de> From: Krzysztof Kozlowski In-Reply-To: <20221023091247.70586-4-linux@fw-web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23/10/2022 05:12, Frank Wunderlich wrote: > From: Frank Wunderlich > > Add SoC specific section for defining clock configuration. > > Signed-off-by: Frank Wunderlich Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof