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 74E7EC4332F for ; Wed, 4 May 2022 14:56:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351557AbiEDPAP (ORCPT ); Wed, 4 May 2022 11:00:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351572AbiEDPAA (ORCPT ); Wed, 4 May 2022 11:00:00 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C73F063F2 for ; Wed, 4 May 2022 07:56:17 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id t6so2404115wra.4 for ; Wed, 04 May 2022 07:56:17 -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 :references:from:in-reply-to:content-transfer-encoding; bh=84mYzsMTe/dyl52gDr1DSp/xU9OTt4BUEsYuo992Lqw=; b=nLOmQn4L7dWOvgrSiD6kw/szgIUo8AZyaJMMxDvDWeqN9ti8x5GNQOA5Blr+bvZySO hGLCs9otWcD8MhkCJBiXRndiicTCuki7PmnLF/9WOFF32oBbAQx/2Ch8mROOsx2Bsttp lOhqb1o9gJyLB99wyKK8Qatg0ZUb8uQ5Np/IOjwo6AUatb6J7/WFn8zlSI/j/Urg6flx UaJGBmk1bq07XHP0TQCMY6N9OiLbd9lQ9hyTLSG7o1bp63+PCwJghWFmaJ7rntHMJLst zFfkNwvClYpWY9Dtr4PwEE62h7fP2C77YmVwTzTdcQGd4Zpxp3xRcYS+Wijf7qYgMty3 h/tw== 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:references:from:in-reply-to :content-transfer-encoding; bh=84mYzsMTe/dyl52gDr1DSp/xU9OTt4BUEsYuo992Lqw=; b=TH6TIZnZH+PyR+kx3xPInCS1QfILCvB70m8fn8dYfxqAB+kiDY/y+vDkR/6IP7F/yo dI2vOLMg9bYNRTFBw8mV9UgDuf62R4itXpkpKD9UqBPvkeDCO1BgVnN2t7zlqU+63+Pk BQpZVfUfF52XDpumpUISlYlcENxHd0g9vnJhO4EYSGSEtsz6RwcXt/f9L7/4dnhATj/A EIko3xI+4oIY0lXEjcylsTzB6an6BvaZve9myCeSwHnhdcTSe6qd8p+vdv01QzrE0aTO 7wEmPDDvMP2EWt7iu3UJ2qLbmYdOJNyYa0Hwh35yIBMDNenJFITClJowK/Gw0wzj6Gy4 zLqg== X-Gm-Message-State: AOAM53129a/h/tGF/rvu+bVsU8QS3/eiSTofmTs44CtSwr8tFZZZlDtO IhW9kwOCzVqrDkvfu+J1CFCgBw== X-Google-Smtp-Source: ABdhPJw8azrV+VjcS5jEvxYkt565CDoVLK9t89YYEjBfRmKDCU7AJykQT6f1JeRviBPtrlytMwdGKg== X-Received: by 2002:a5d:6d0b:0:b0:20c:4ec7:8e84 with SMTP id e11-20020a5d6d0b000000b0020c4ec78e84mr16735182wrq.281.1651676176338; Wed, 04 May 2022 07:56:16 -0700 (PDT) Received: from [192.168.0.215] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id h29-20020adfaa9d000000b0020c5253d913sm11747357wrc.95.2022.05.04.07.56.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 04 May 2022 07:56:15 -0700 (PDT) Message-ID: Date: Wed, 4 May 2022 16:56:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2 3/3] arm64: dts: intel: add device tree for n6000 Content-Language: en-US To: matthew.gerlach@linux.intel.com, dinguyen@kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org References: <20220503194546.1287679-1-matthew.gerlach@linux.intel.com> <20220503194546.1287679-4-matthew.gerlach@linux.intel.com> From: Krzysztof Kozlowski In-Reply-To: <20220503194546.1287679-4-matthew.gerlach@linux.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 03/05/2022 21:45, matthew.gerlach@linux.intel.com wrote: > From: Matthew Gerlach > > Add a device tree for the n6000 instantiation of Agilex > Hard Processor System (HPS). > > Signed-off-by: Matthew Gerlach > + > +&spi0 { > + status = "okay"; > + > + spidev: spidev@0 { > + status = "okay"; > + compatible = "linux,spidev"; > + spi-max-frequency = <25000000>; > + reg = <0>; You should see big fat warnings - from checkpatch and when you boot your device. This compatible is not accepted. Please be sure you run checkpatch on your patches. Using reviewers time instead of automated tool for the same job is discouraged... Best regards, Krzysztof