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 DEF91CCA48F for ; Tue, 26 Jul 2022 09:57:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232858AbiGZJ5N (ORCPT ); Tue, 26 Jul 2022 05:57:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237702AbiGZJ5J (ORCPT ); Tue, 26 Jul 2022 05:57:09 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF5142F039 for ; Tue, 26 Jul 2022 02:57:07 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id p11so17052360lfu.5 for ; Tue, 26 Jul 2022 02:57:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=I73BOjVPhMR1wc1m6D3pt9KtMoseeendX/4GKU5hxhU=; b=uEAVBlqVVpEO4CRjG+b8EQKwATuT7yiqOEkQv2ZTiLFyrJ2jiaeYPaMsuRlf6yjGgI ZJMG1YC33LrAUnOLH0nIZwePRnjLOcyXgb5hUEmvl/VN0qoOyXr476hzGEvNh9WAbOgg HOmiqK27ag6K9Va5mWQyMOG4FYVmDG9FefW5OasSubq2C8mu++pER4+2qanR+JG5faBM F6yTP57/+k08+9lUA2BdtAR4Baq509d11FRvQSade9qtzPtSEB/RRK9P8nD3D174hQAC od5Bui/cx6nCgtoU7ZnLVGaHE73DLFShMwVJLzuV1kxlf+ShM1s8kLlPRbt3OymhUCb3 xB9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=I73BOjVPhMR1wc1m6D3pt9KtMoseeendX/4GKU5hxhU=; b=vNCUeeLzR+D3e1ai0INvk9yT091H3WP4KL/7FF0gEi6/cAM2ln8YesD5o745XqNJet /XCC1dVYi+BkIKs19WpMZHifElPrG9U7Hy2o6xHaIukqfclVNYchJNfYKe3rHWUmvV9e SitpQyp83/hS04BhS3YP5rYxNO7PGHBJnLF0SHPBnx42FvGQm/AhO6KLgKbMR3un3usg 4TGtK/IPSFul0sCmTfkdREECrFSXeI4auLNr70/Iwq1w+UsWa9avq1aMKEPon96d+40/ qPJ1gaa59yVsCh/id5lKIVKNGPsxMv+QGCE85i1Tr9+Gfi6tNVdXnnszhqWZc/AfEKG4 G81A== X-Gm-Message-State: AJIora/U0/kfjBGYFIGJCTDeu2W/kLyWJxXj5eHcqeBdBv+gI8Zk2bIO XOfTt8JhFxSmlf1n12cuf4V8OA== X-Google-Smtp-Source: AGRyM1sK7VXFeDB7oQjs/mToNuKVBnT8UhRL+0xdhS1pEpYSUMMEDkLwMhuiBIzgXwdUH2Gx8I5lRg== X-Received: by 2002:a05:6512:1288:b0:48a:aa31:2838 with SMTP id u8-20020a056512128800b0048aaa312838mr424327lfs.683.1658829426372; Tue, 26 Jul 2022 02:57:06 -0700 (PDT) Received: from [192.168.3.197] (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id c20-20020a056512325400b0048a98b7bad3sm605377lfr.197.2022.07.26.02.57.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Jul 2022 02:57:05 -0700 (PDT) Message-ID: Date: Tue, 26 Jul 2022 11:57:04 +0200 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 v2 1/2] dt-binding: spi: npcm-pspi: Add npcm845 compatible Content-Language: en-US To: Tomer Maimon , Rob Herring Cc: Avi Fishman , Tali Perry , Joel Stanley , Patrick Venture , Nancy Yuen , Benjamin Fair , Mark Brown , Krzysztof Kozlowski , OpenBMC Maillist , linux-spi@vger.kernel.org, Linux Kernel Mailing List , devicetree References: <20220722114136.251415-1-tmaimon77@gmail.com> <20220722114136.251415-2-tmaimon77@gmail.com> <20220725225650.GA2898332-robh@kernel.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/07/2022 11:30, Tomer Maimon wrote: >> To answer your question on fallback, just put: >> >> "nuvoton,npcm845-pspi", "nuvoton,npcm750-pspi" for NPCM8XX BMC > In the document? > because I don't remember doing so in other documents that I use fallback. If they also you fallbacks, then the other documents have now incorrect text. > I need to do it in ymal files as well? Depends on what you want to add and what you actually added... Let's be specific - point to specific commits or files in linux-next. If they were not applied - give lore.kernel.org link. Best regards, Krzysztof