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 D12B9C4332F for ; Fri, 9 Dec 2022 02:45:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E851784C4B; Fri, 9 Dec 2022 03:45:20 +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 076AB85176; Fri, 9 Dec 2022 03:45:19 +0100 (CET) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) (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 1926D83100 for ; Fri, 9 Dec 2022 03:45:13 +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-ot1-f52.google.com with SMTP id z14-20020a9d65ce000000b0067059c25facso2019672oth.6 for ; Thu, 08 Dec 2022 18:45:13 -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:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=s2duI6zTXN7xr++Dk39wUjsApodt/rzvJlYBczhR5us=; b=F7R3mNRhmjr7ZIApXNyLzAKl+rCBW6k9RQaJi4KG92vr1KxRJoVZaRCkEz11O2qPBd Ai4Swlp1zebcJ2Jrq5D58NoRnz8sp1qJQyvLSYtwgulxerMXEum41OSHpQfcZADwPOcG NwH1tjkN4o0B3DETwgA83dGTc+V93ykY4RBevNOeHZHB+Ahw+L7FgOMHEEv4ihTksu5Z rEnH1+NTkGw1anYeaXEMGTfGP7aCDK8lHaqr+sBF9pbbq9pDaJm5wBoZ6CWuBYmCI9xj yf+VrTTCh6Hjk+62zka7obCMbn0Sl4kr/QVDXSxjyHQRCiLham0yX0JFStwsWOZftdrD mc7g== X-Gm-Message-State: ANoB5plRZQ6UeOB7fiDaCXBlFf5DPM+ALHGGjV+7hsR35H5zbL4yLeZG PcVbwoTv5Dsq+f9pXL9ZDg== X-Google-Smtp-Source: AA0mqf4DourvskfrGrYLqJmk1TqzbU/pVaWnkLejd1dub7PLG7nGA/0Z238F/ZclR2UFHTvKToBR8Q== X-Received: by 2002:a9d:51c3:0:b0:670:6cfe:385 with SMTP id d3-20020a9d51c3000000b006706cfe0385mr1967737oth.23.1670553911571; Thu, 08 Dec 2022 18:45:11 -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 l4-20020a056830054400b006705cddb73fsm98132otb.31.2022.12.08.18.45.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Dec 2022 18:45:11 -0800 (PST) Received: (nullmailer pid 1920960 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 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Date: Thu, 8 Dec 2022 20:45:09 -0600 Message-Id: <20221209024509.1920944-2-robh@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221209024509.1920944-1-robh@kernel.org> References: <20221209024509.1920944-1-robh@kernel.org> 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 The 'base' GPIO controller property is unused in u-boot and Linux. It is also not documented in the binding. So drop it. Signed-off-by: Rob Herring --- arch/arm/dts/synquacer-sc2a11.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi index 0dd2969b5e3c..7ba1cd1bee70 100644 --- a/arch/arm/dts/synquacer-sc2a11.dtsi +++ b/arch/arm/dts/synquacer-sc2a11.dtsi @@ -497,7 +497,6 @@ gpio-controller; #gpio-cells = <2>; clocks = <&clk_apb>; - base = <0>; }; exiu: interrupt-controller@510c0000 { -- 2.35.1