From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 0E5C7645 for ; Fri, 12 Aug 2022 10:47:08 +0000 (UTC) Received: by mail-lf1-f53.google.com with SMTP id u1so828750lfq.4 for ; Fri, 12 Aug 2022 03:47:07 -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; bh=3RWzjnayb45LZhO8C7s61Ai4WeG2+NmGef4blnhOBcQ=; b=wCOjPj9bxPZvB9wfESasZbycUB77gLebV6lssGw1WBj/2f5E31bEDA+W7Zyrs6gZfs yePWwXvXtAD+ynYz0f80Jjkf0lr0tKAIkz5LnVwiJxmMOjL37Ttq9j2Aood9xJq9S4sW fQjBc4Z+4Sd4KIIRkFTlMtmNgLib+dJtvgwTGLWXnyC7cX7k2Kfm4trE6kOzZ9UyWCDN srZvWuExUh8okmPLP0TI41SuwReuK+ogDR8BYfRQ1AgMaHFrN+3E5Lvr0dWTvMsCiGiY /qttjzG7bHBRyjX1EdScHWUy5c0yXYWEw8n8F9Y5sBp2Sw2LDtkxA86yJayZ1Ws0X33h D5Hg== 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; bh=3RWzjnayb45LZhO8C7s61Ai4WeG2+NmGef4blnhOBcQ=; b=pNcv9V3/GrSSDi2LT6+xnHfYC+ADBhod0Fxmp/9a1pbFhzmV5pwcha5lKbEVSpVewY 1jB0pBK1GgVmXjjScmv0xNFCEeMZpv0dvCLC0Z16mQ7LsRuTJ3HufrmND8VySZrYmEJ3 /4HxL1V3/j802F5u6ZAzbpTld/mtZxOeprVcuSsyiyABIaPfrCn7vOJAtpDi6yNWx00j 78O3EBLRxRfjxeFgQN4q59p2xKZJ4Cv5qu4h3AYpnYRVQMvwYwQpvLZPogWjh/Id9tSE iMTHazza7HkN1RQxnkWCLwIyW4iiyFlE1Sn7dDGLCI/V/68ze8E/0sn8eUZRJ3SL722y VEiw== X-Gm-Message-State: ACgBeo1Ew/qsyT3ux/TgTNhKxFN9GUMbeOsYWzuvq0zAn1Mo7UA2BtP4 /wuDffvq6FRc5jLiBkD7/JZrYw== X-Google-Smtp-Source: AA6agR5KmI0Atysgdjd7jitkZSZpUzlVIIdi8IzXZ+8wPR5K74v0Pa6N40R+cJ+mO7BighT3EfeD1A== X-Received: by 2002:ac2:4f08:0:b0:48b:9580:6c4f with SMTP id k8-20020ac24f08000000b0048b95806c4fmr1045004lfr.273.1660301226168; Fri, 12 Aug 2022 03:47:06 -0700 (PDT) Received: from [192.168.1.39] ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id k14-20020ac257ce000000b0048ae4cf8a2csm168154lfo.258.2022.08.12.03.47.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Aug 2022 03:47:05 -0700 (PDT) Message-ID: Date: Fri, 12 Aug 2022 13:47:01 +0300 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.12.0 Subject: Re: [PATCH 4/8] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY variant Content-Language: en-US To: Samuel Holland , Kishon Vijay Abraham I , Vinod Koul , Chen-Yu Tsai , Jernej Skrabec , Maxime Ripard Cc: Paul Kocialkowski , Jagan Teki , Krzysztof Kozlowski , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-sunxi@lists.linux.dev References: <20220812075603.59375-1-samuel@sholland.org> <20220812075603.59375-5-samuel@sholland.org> From: Krzysztof Kozlowski In-Reply-To: <20220812075603.59375-5-samuel@sholland.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 12/08/2022 10:55, Samuel Holland wrote: > A100 features an updated DPHY, which moves PLL control inside the DPHY > register space. (Previously PLL-MIPI was controlled from the CCU. This > does not affect the "clocks" property because the link between PLL-MIPI > and the DPHY was never represented in the devicetree.) It also requires Misplaced '.'. With above: Acked-by: Krzysztof Kozlowski Best regards, Krzysztof