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 23740C4332F for ; Fri, 21 Oct 2022 09:16:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230389AbiJUJQn (ORCPT ); Fri, 21 Oct 2022 05:16:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230495AbiJUJQc (ORCPT ); Fri, 21 Oct 2022 05:16:32 -0400 Received: from relay02.th.seeweb.it (relay02.th.seeweb.it [IPv6:2001:4b7a:2000:18::163]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9B2A1E098C; Fri, 21 Oct 2022 02:14:27 -0700 (PDT) Received: from [192.168.1.101] (95.49.29.134.neoplus.adsl.tpnet.pl [95.49.29.134]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id DC3461F8D5; Fri, 21 Oct 2022 11:14:23 +0200 (CEST) Message-ID: Date: Fri, 21 Oct 2022 11:14:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v4 04/11] arm: dts: qcom: mdm9615: remove invalid spi-max-frequency gsbi3_spi node Content-Language: en-US To: Neil Armstrong , Bjorn Andersson , Satya Priya , Lee Jones , Krzysztof Kozlowski , Rob Herring , Dmitry Torokhov , Alexandre Belloni , Andy Gross , Alessandro Zummo Cc: linux-input@vger.kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , devicetree@vger.kernel.org, Rob Herring , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220928-mdm9615-dt-schema-fixes-v4-0-dac2dfaac703@linaro.org> <20220928-mdm9615-dt-schema-fixes-v4-4-dac2dfaac703@linaro.org> From: Konrad Dybcio In-Reply-To: <20220928-mdm9615-dt-schema-fixes-v4-4-dac2dfaac703@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 21.10.2022 11:06, Neil Armstrong wrote: > The spi-max-frequency property has nothing to do in the controller's node, > remove it and fix the 'spi-max-frequency' was unexpected dtbs check error. > > Signed-off-by: Neil Armstrong > Reviewed-by: Krzysztof Kozlowski > --- Reviewed-by: Konrad Dybcio Konrad > arch/arm/boot/dts/qcom-mdm9615.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi > index eaa3236f62db..366241dee522 100644 > --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi > +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi > @@ -170,7 +170,6 @@ gsbi3_spi: spi@16280000 { > #size-cells = <0>; > reg = <0x16280000 0x1000>; > interrupts = ; > - spi-max-frequency = <24000000>; > > clocks = <&gcc GSBI3_QUP_CLK>, <&gcc GSBI3_H_CLK>; > clock-names = "core", "iface"; >