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 20FE5C19F2D for ; Tue, 9 Aug 2022 05:59:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235562AbiHIF7E (ORCPT ); Tue, 9 Aug 2022 01:59:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235430AbiHIF7A (ORCPT ); Tue, 9 Aug 2022 01:59:00 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E38AF1D316; Mon, 8 Aug 2022 22:58:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8EE41B811B1; Tue, 9 Aug 2022 05:58:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BBA4C433D6; Tue, 9 Aug 2022 05:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660024737; bh=ZY0ccwDYxX4Fn+uGQpnneqiemjXQnOh06W4BfAG69o0=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=Ssj5BFwlQCfSiQBLcv36M6FF0ASv180cXXk4N/qvKwQIDstq7o/9FrgodhcbgOKeN 0ZrrojuCMC8FtkExsn/VwhhCtHW9fuk/kF/v59NDs+cymveJG7lL3Fx44Xdq9HBe7R CGKjWo59NLd2IRLAU3/QIVZEFzBKKXALFR3vwl9LIu6s493e3S97jbOpHzDg66ZcuS 7bN8XBA4/YZM+n5SvjBMQbX7ybgEt72xC5ufQtur7Qs+xSM3SlMjqPUAgVUV6P6WXi hLSEwT70jNYu8Fer7HDEACtLs/TQ2xl1Nzu7G5/VWMyplBkNsKrVqVjEqE7JUHtVe3 IaytDPGEN4Q9g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 2/2] dt-bindings: wireless: use spi-peripheral-props.yaml From: Kalle Valo In-Reply-To: <20220727164130.385411-2-krzysztof.kozlowski@linaro.org> References: <20220727164130.385411-2-krzysztof.kozlowski@linaro.org> To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Mark Greer , =?utf-8?b?SsOpcsO0bWUgUG91aWxsZXI=?= , Adham Abozaeid , Ajay Singh , Tony Lindgren , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <166002472926.8958.10247328337582431642.kvalo@kernel.org> Date: Tue, 9 Aug 2022 05:58:53 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Krzysztof Kozlowski wrote: > Instead of listing directly properties typical for SPI peripherals, > reference the spi-peripheral-props.yaml schema. This allows using all > properties typical for SPI-connected devices, even these which device > bindings author did not tried yet. > > Remove the spi-* properties which now come via spi-peripheral-props.yaml > schema, except for the cases when device schema adds some constraints > like maximum frequency. > > While changing additionalProperties->unevaluatedProperties, put it in > typical place, just before example DTS. > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Rob Herring Patch applied to wireless-next.git, thanks. 15273b7b8b4f dt-bindings: wireless: use spi-peripheral-props.yaml -- https://patchwork.kernel.org/project/linux-wireless/patch/20220727164130.385411-2-krzysztof.kozlowski@linaro.org/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches