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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AD408C4332F for ; Fri, 9 Dec 2022 02:45:40 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 471C685179; Fri, 9 Dec 2022 03:45:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id C121185177; Fri, 9 Dec 2022 03:45:21 +0100 (CET) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1702F85171 for ; Fri, 9 Dec 2022 03:45:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=robherring2@gmail.com Received: by mail-oi1-f173.google.com with SMTP id r11so3305476oie.13 for ; Thu, 08 Dec 2022 18:45:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bPg53arty+NetpWAxmUugsYPsptqYeXw4Np8MPielYE=; b=wn0uTvTTxtoJqz9bfP2Tz93HJaggii7B7tLbq1XqhRbbsKiGWz6zWetUT1btQ+9yPH 0h8b1OLWkjhqfdq1gg3ppOy40Ut8GRfiDL90niPrbhPGfScvLIGnl9qlzLkda+AFr6Fm 0rvtCD97uCkEJc5EFrBvF6fhsq39wrLlb+duXCwaoPNl1zIDw9Q5D0AvYzfxvSIAZ6HC 0Mc/rnJZ3MRjJ6fjgHvLqPBt95ws5Ge/rGYOsoWvXNk/oA7W4TdD4TcTik/NERutM6ou MaKqAn+WOMCrEurHb88FJuHkAoMBXwTXn1PKdX5RYurLDA/GZV8Vt1uvjvWTnCXrmcg1 3Fog== X-Gm-Message-State: ANoB5pl/GjOhHSe9wF9xUQe0wBdkfDjLpapm8PXExJXy9HZH6DypskD9 ZD7LqBexINZKQaun1oF+zg== X-Google-Smtp-Source: AA0mqf5KmLNMTu+3SidCquYayqw43bYhLiiqQxUKZT3jXBksUi3H2v2VWfLcDqzLtuS3JmhHxpqEnw== X-Received: by 2002:a05:6808:1b23:b0:35a:74f9:4f46 with SMTP id bx35-20020a0568081b2300b0035a74f94f46mr2392379oib.30.1670553910452; Thu, 08 Dec 2022 18:45:10 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id i15-20020a056808054f00b0035468f2d410sm105348oig.55.2022.12.08.18.45.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Dec 2022 18:45:10 -0800 (PST) Received: (nullmailer pid 1920957 invoked by uid 1000); Fri, 09 Dec 2022 02:45:09 -0000 From: Rob Herring To: Masahisa Kojima , Ilias Apalodimas , Tom Rini Cc: u-boot@lists.denx.de Subject: [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Date: Thu, 8 Dec 2022 20:45:08 -0600 Message-Id: <20221209024509.1920944-1-robh@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean 'active_clk_edges' and 'chipselect_num' SPI controller properties are unused in u-boot and Linux. They are also not documented in the binding. So drop them. Signed-off-by: Rob Herring --- arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi index 6b85c05458d4..9f9837b33bef 100644 --- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi +++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi @@ -20,8 +20,6 @@ #address-cells = <1>; #size-cells = <0>; status = "okay"; - active_clk_edges; - chipselect_num = <1>; flash@0 { #address-cells = <1>; -- 2.35.1