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 DE4D8ECAAD5 for ; Mon, 12 Sep 2022 13:17:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229736AbiILNRV (ORCPT ); Mon, 12 Sep 2022 09:17:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229724AbiILNRU (ORCPT ); Mon, 12 Sep 2022 09:17:20 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7C192ED5F; Mon, 12 Sep 2022 06:17:17 -0700 (PDT) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 28C9kN1F026955; Mon, 12 Sep 2022 15:16:53 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=DJv34owWXbp7wiiVh54Yb8R/LId3v7mQgsIrzElrNlE=; b=LBasRIrueL6b7XRNxyuUr3IiD7719JjzKhV7OCtI57RP61Ck+7qsT4q9bP42g6HGD0oh IvWDO69Z0Wa+9wPbqAhXsao8srTV4oP0YLQT/q8PaLeprBFWyHT4YIWkgNqqw6L9ZNl+ Se39iiZgdX6Ll6B/hQWDUwfLL87VrJ9r3RJeKPjbZXbDIpx96BMtwcqkXpqRk6KwbcAB ELyQE0rWxzqdHIKJ/bTuEudUocw4jA8ZmVg6pO04VltDxhKljyxztxMZYn1pPphxAu3Y MzdwphUU+zNhyVjlJwXxWyh5LbPTvvQCpmCUE8HhDRDRI4esvoUFsS6AzWBUnk+cvCVO mg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3jgjwv261a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 12 Sep 2022 15:16:53 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id ED02910002A; Mon, 12 Sep 2022 15:16:51 +0200 (CEST) Received: from Webmail-eu.st.com (eqndag1node4.st.com [10.75.129.133]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id E0CC122FA29; Mon, 12 Sep 2022 15:16:51 +0200 (CEST) Received: from [10.201.21.93] (10.75.127.123) by EQNDAG1NODE4.st.com (10.75.129.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Mon, 12 Sep 2022 15:16:51 +0200 Message-ID: Date: Mon, 12 Sep 2022 15:16:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 1/2] ARM: dts: stm32: argon: remove spidev node Content-Language: en-US To: Wolfram Sang , CC: Reinhold Mueller , Rob Herring , Krzysztof Kozlowski , Maxime Coquelin , , , , References: <20220824082130.21934-1-wsa+renesas@sang-engineering.com> <20220824082130.21934-2-wsa+renesas@sang-engineering.com> From: Alexandre TORGUE In-Reply-To: <20220824082130.21934-2-wsa+renesas@sang-engineering.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.123] X-ClientProxiedBy: GPXDAG2NODE4.st.com (10.75.127.68) To EQNDAG1NODE4.st.com (10.75.129.133) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-12_08,2022-09-12_01,2022-06-22_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 8/24/22 10:21, Wolfram Sang wrote: > Commit 956b200a846e ("spi: spidev: Warn loudly if instantiated from DT > as "spidev"") states that there should not be spidev nodes in DTs. > Remove this non-HW description. There won't be a regression because it > won't bind since 2015 anyhow. > > Fixes: 16e3e44c5b87 ("ARM: dts: stm32: Add support for the emtrion emSBC-Argon") > Cc: Reinhold Mueller > Signed-off-by: Wolfram Sang > --- > > Please take it via your platform tree. > > arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi > index ac53ee3c496b..30156b7546ed 100644 > --- a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi > +++ b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi > @@ -435,12 +435,6 @@ &spi1 { > pinctrl-0 = <&spi1_pins_a>; > cs-gpios = <&gpioz 3 0>; > status = "disabled"; > - > - spidev@0 { > - compatible = "spidev"; > - reg = <0>; > - spi-max-frequency = <100000>; > - }; > }; > > &timers1 { Applied on stm32-next. Thanks. Alex