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 95BAEC43334 for ; Tue, 12 Jul 2022 07:12:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B4095840D0; Tue, 12 Jul 2022 09:12:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="hSG6kaHj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DCBAB8407E; Tue, 12 Jul 2022 09:12:39 +0200 (CEST) Received: from mail-pg1-x52e.google.com (mail-pg1-x52e.google.com [IPv6:2607:f8b0:4864:20::52e]) (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 4D3198407E for ; Tue, 12 Jul 2022 09:12:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sumit.garg@linaro.org Received: by mail-pg1-x52e.google.com with SMTP id q82so6798141pgq.6 for ; Tue, 12 Jul 2022 00:12:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ulaWzm/C1DROOaw1foRAtYVKRminRETc8Ip10mZfuMI=; b=hSG6kaHjrKEwZmOr1GXEJ0+TC55KJHQWGxpzJDAHYnTYcJbbuXGBF/OjlXbH1LNu0p yCgnmQkXCbqBq8r41Cxlro9za8ve24WUBCLkHHVjJJT7bBBcgUvO0OATFTBcJ/qnUpay VlPma1ledVsuYBfwHqlTYqkfQuQ3JmpiMLMtrnWVLiKwKfq6SZaaSWy9XfFP+tHYRJ0E vB8Y31fWgvcsQuxvjADpAN9DLJ8tOvOqW9mT31iUBHou++RH5xxdVVgc5TRNCSPKOTAx ggeD4uVzJ/US+lWGQv5v9bDwFfgQIBJlplCVfn7Gsc/gPFvNtdJq4gOXW2XBqp6bPyfq WWDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ulaWzm/C1DROOaw1foRAtYVKRminRETc8Ip10mZfuMI=; b=qPwemCtmJPpZ0jLpKGy+W1PmMX7ndiXQ4cGFJwga0fHGhuqLbNPfHeYZi5Vp+c1e7g VfA+i+kpbw3QMuXh07jrl8jHNCVpibhBFbE9FjWbDny6E1fK8GTKEYLg5hoM7mF/2/h6 29R5foE3rzTW9Q9K+gCxRyzlRsuF/L+82gsiHNKvgZhUOzaKbS7ApRXOp1Lr3aOAlBio EKPhHqXRcTgIxyuDypNvoLjtqcIoyjZhwdObj38y5m257Jgrs4M+z0o+pgyW34V/p0Sc PlIdCGH/3aYaUwm7pfZal20MR23Qq10uCjocR4xoTjR7yWwM5nXta67LIrIdwCSmEi6o FybQ== X-Gm-Message-State: AJIora9wTYjsY1HTuVu+UcmdrLKiYRVGjYvzg87CLQWlL1uA+wf5MA1t l1MI9W/fLlVDp/EfVHxgRwN34ISFuEiy4w== X-Google-Smtp-Source: AGRyM1u73MlTRWk4akdIFjoB0Rexyk4iykvS5KePcrvBIDNQ2n/KV2Jv9sOvxda2sB6xNJzam4OtcA== X-Received: by 2002:a05:6a00:174b:b0:525:4eea:8ff2 with SMTP id j11-20020a056a00174b00b005254eea8ff2mr21870847pfc.23.1657609954519; Tue, 12 Jul 2022 00:12:34 -0700 (PDT) Received: from localhost.localdomain ([27.56.177.217]) by smtp.gmail.com with ESMTPSA id x10-20020a170902a38a00b001678ce9080dsm5928843pla.258.2022.07.12.00.12.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jul 2022 00:12:34 -0700 (PDT) From: Sumit Garg To: u-boot@lists.denx.de Cc: rfried.dev@gmail.com, peng.fan@nxp.com, jh80.chung@samsung.com, sjg@chromium.org, trini@konsulko.com, dsankouski@gmail.com, stephan@gerhold.net, vinod.koul@linaro.org, nicolas.dechesne@linaro.org, mworsfold@impinj.com, daniel.thompson@linaro.org, pbrobinson@gmail.com, Sumit Garg Subject: [PATCH v3 2/9] arm64: dts: sdm845: Remove redundant u-boot DT properties Date: Tue, 12 Jul 2022 12:42:05 +0530 Message-Id: <20220712071212.2188390-3-sumit.garg@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220712071212.2188390-1-sumit.garg@linaro.org> References: <20220712071212.2188390-1-sumit.garg@linaro.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 According to u-boot DT recomendation, u-boot specific DT properties belong to *-uboot.dtsi. Also for starqltechn board (which is the only current consumer of sdm845.dtsi), the properties are already included in starqltechn-uboot.dtsi, so remove corresponding redundant properties. Signed-off-by: Sumit Garg Reviewed-by: Ramon Fried --- arch/arm/dts/sdm845.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/dts/sdm845.dtsi b/arch/arm/dts/sdm845.dtsi index 6f2fb20d68..88030156d9 100644 --- a/arch/arm/dts/sdm845.dtsi +++ b/arch/arm/dts/sdm845.dtsi @@ -18,7 +18,6 @@ compatible = "simple-bus"; gcc: clock-controller@100000 { - u-boot,dm-pre-reloc; compatible = "qcom,gcc-sdm845"; reg = <0x100000 0x1f0000>; #clock-cells = <1>; @@ -27,7 +26,6 @@ }; gpio_north: gpio_north@3900000 { - u-boot,dm-pre-reloc; #gpio-cells = <2>; compatible = "qcom,sdm845-pinctrl"; reg = <0x3900000 0x400000>; @@ -38,7 +36,6 @@ }; tlmm_north: pinctrl_north@3900000 { - u-boot,dm-pre-reloc; compatible = "qcom,tlmm-sdm845"; reg = <0x3900000 0x400000>; gpio-count = <150>; -- 2.25.1