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 3515BC636D6 for ; Thu, 23 Feb 2023 09:34:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234116AbjBWJel (ORCPT ); Thu, 23 Feb 2023 04:34:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232415AbjBWJec (ORCPT ); Thu, 23 Feb 2023 04:34:32 -0500 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E4DC521EC for ; Thu, 23 Feb 2023 01:34:04 -0800 (PST) Received: by mail-wr1-x42d.google.com with SMTP id t13so10051137wrv.13 for ; Thu, 23 Feb 2023 01:34:04 -0800 (PST) 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=yRGvRiQrnJ7Ah069Gjrz9HaQKOK7yK4lBz1abTvHCXo=; b=zwRRZ/jZTfvMd3ebQZs9T0mZg7lxzMzGfi3o4bR4gagPAOiWjTptyzl/bMnmxWbFdy eRlW3Wt3nLM6h1PGkaDg0PBXV0++MB4LeXA2xUENVaZBtrWmytHT/tT2WvjFGF90QjDd SylEnLiCNx9ULEjbOL+tt+Gd2bTtBtA4oUrABHe8HjnRtlIyqjSwo6/7ukjpUzWdSu95 zixt/IZIHy1oiBpXdeeTYhrDJNy5ZqnnwveZEsK9ys/ez6sR4CPp0filblDIfxBFqHHE 9BFLkLZ0VmtDUw6cgZWlBWL2BB5UZpVdkx95TNCTO1KzNtSPJbJkCoAsFOXRpJvgARXR 1qww== 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=yRGvRiQrnJ7Ah069Gjrz9HaQKOK7yK4lBz1abTvHCXo=; b=yrfK49UOcSuP9PR/biQoXn07nq1nPOubrHnA27emUQtPZdPZPaQoB2G//fPMEQ8dzt PrLiYeYT/qaL5Anrx6649ZXb6CUwIi9cWE2qhnJKlbUr2nPTiUr2yF7AwvwMOpGAGF6Y dtrDEX+wl/GNilgN4lT/Eg3dkfIzHgYLO7IoV62+vPpSaDnRv4tVEssWvNqm1PPQ+4S9 VNlH6ygoP1fyl7OY3P7M9XmMY03xzGlMr24vUHlwbJEzHvcaEjlyc/O/xqTPjNCLKDxg fIukWrJuTujymdKq6yKpWK1mb4QekC1ffQpqp6qrFY0RzrLTTZ8VYgBg9BqUG1kihTXl mTqw== X-Gm-Message-State: AO0yUKWc+6qSk+zx3TlNZHrYxT2DLNp/EGKy/ft4HiZE1FPkEz6oNIP0 3Xx7tYTFq+KE+mr1M7cq/I7AsQ== X-Google-Smtp-Source: AK7set9xwLh8QxbJXwMkNa8KYIKNfj0jHIEo/JHmoagcg2LS2ioehtQqrPIq3vvkgO/RTWpLYfaASQ== X-Received: by 2002:a5d:6150:0:b0:2c5:63df:1171 with SMTP id y16-20020a5d6150000000b002c563df1171mr10849484wrt.19.1677144842779; Thu, 23 Feb 2023 01:34:02 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id h18-20020a5d4312000000b002be0b1e556esm10400247wrq.59.2023.02.23.01.33.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Feb 2023 01:33:59 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2023 10:33:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v4] dt-bindings: ata: Add UniPhier controller binding Content-Language: en-US To: Kunihiko Hayashi , Damien Le Moal , Rob Herring , Krzysztof Kozlowski , Hans de Goede , Jens Axboe Cc: linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230222155906.19403-1-hayashi.kunihiko@socionext.com> From: Krzysztof Kozlowski In-Reply-To: <20230222155906.19403-1-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/02/2023 16:59, Kunihiko Hayashi wrote: > Add UniPhier SATA controller compatible string to the platform binding. > This controller needs three reset controls for Pro4 SoC, or two reset > controls for PXs2 and PXs3 SoCs. > > Signed-off-by: Kunihiko Hayashi > --- > .../bindings/ata/ahci-platform.yaml | 49 +++++++++++++++++-- > 1 file changed, 45 insertions(+), 4 deletions(-) > > Changes since v3: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof