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 503EFC25B50 for ; Tue, 24 Jan 2023 11:07:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233374AbjAXLHj (ORCPT ); Tue, 24 Jan 2023 06:07:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232776AbjAXLHg (ORCPT ); Tue, 24 Jan 2023 06:07:36 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 903C48A53; Tue, 24 Jan 2023 03:07:35 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id E39CA6602E2A; Tue, 24 Jan 2023 11:07:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674558454; bh=PG9p3hfIL+K4/2yNHRx+al0RSrrruzJNcBDrW92zTuU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Ba1RiZt7X4htcm0CpC/IqpJQU8pk/2xI4PVC77aOU8wF1bO4NA0nulDgfU4kzKPYJ FI1EnTahqBuzNrDetk9DaHDu6xY7ELazBz39TS92m8FiE1IiZNrGmwY1Rk4tPmB76+ IFRPFJd7WZq/hyhWmKUu4pykuT8qfUhuau/NfMTVcg/iu2jGn8f0hNpn0NSOtCFq3a aslytSaw6P1WduAPMs2ksKB5fOQMZ4hpohv+xD53FEIZf28Jmwm679wUpyVak6qQps y9IV7/U5KlLdju33t0cN8h4PC2M6xiH2EBeRCrtmAKcmHp+xHMP7qXYW+w2M3F8CHb mTbmW8+IHc7Lg== Message-ID: <2d073502-e1f0-8852-6f7e-c9f53fca6b16@collabora.com> Date: Tue, 24 Jan 2023 12:07:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH 1/2] arm64: dts: mediatek: mt7622: drop serial clock-names Content-Language: en-US To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230123151634.370011-1-krzysztof.kozlowski@linaro.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230123151634.370011-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 23/01/23 16:16, Krzysztof Kozlowski ha scritto: > The serial node does not use clock-names: > > mt7622-bananapi-bpi-r64.dtb: serial@1100c000: Unevaluated properties are not allowed ('clock-names' was unexpected) > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno