From nobody Fri Nov 22 17:22:37 2024 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF1411D79A5; Fri, 15 Nov 2024 19:34:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731699291; cv=none; b=BPr7SfJ0jPL2Sz3Usy9xJsexZrNy0ChpmQVTU8e+QR0MHIB1BitHJ+b1LkRkLhCZEIuUgnJN55XjZFXC9T2zFFj3drrbfVuGKVYZS0jlYYr3ATX3PEJqvdABB4oNybr+IkF1wkjjX93BpxHJzR7tzMBI86cF2SStyUzyuHVyDYg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731699291; c=relaxed/simple; bh=5Q9fb8YDBxlFGYuLZvt1DcCGk2Ua47pSnRgtP5m+60M=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=LRHEOkzozmKwtHe74i2ywbbHWPxj/NAOt9rq9JbFYE585+QUCOLSAT3ecpLeNPKV8xsSWpmxh1sVxho8I1jIZhrOb4MCQj3sivkgKLAPt8ZMbPNWN+mDcLIFq7w7vXZ4nRwU1U/+QrLcYPmiKJR0TOwFJpWFXHeQ2kCOKzb4Pgk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V7SsUaBe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V7SsUaBe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57922C4CED4; Fri, 15 Nov 2024 19:34:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731699290; bh=5Q9fb8YDBxlFGYuLZvt1DcCGk2Ua47pSnRgtP5m+60M=; h=From:To:Cc:Subject:Date:From; b=V7SsUaBe5yRM1mlp0O37yz41ODpSVlqeplh947rtxHuP2+M8YTemu/akhXBwCds0d UVjwZsHFnoeyPYrcKtxlt5LgBzXammuHPxhv9lk2/iFl+q36eTS+ITzmw9inqVA4Vc MPURP2Ddx+GhFYVBVc3oPiaQpxi9erQcYB/pDGbB1Y2F5VIQ+k0meL9XullVTMMJ3S Aml5kYX4LvZM2KVi4zg6JYSyE0esp5tD0+RQ3+spfItb8zrkCdRDZbAHmZLER39yrD 2LFr/OSxE9nd5ALx9G1fG1YRmz575sx3ThxACdP4JO732t+i1gdXPqZhz0RMA22hB/ BP56aOCe3haPA== From: "Rob Herring (Arm)" To: Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Jonathan Hunter Cc: devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: nvidia: Remove unused and undocumented "regulator-ramp-delay-scale" property Date: Fri, 15 Nov 2024 13:34:44 -0600 Message-ID: <20241115193445.3619074-1-robh@kernel.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove "regulator-ramp-delay-scale" property which is both unused in the kernel and undocumented. Most likely they are leftovers from downstream. Signed-off-by: Rob Herring (Arm) --- arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts b/arch/arm6= 4/boot/dts/nvidia/tegra210-p3450-0000.dts index c56824d7f4d8..0ecdd7243b2e 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts +++ b/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts @@ -266,7 +266,6 @@ vdd_soc: sd0 { regulator-max-microvolt =3D <1170000>; regulator-enable-ramp-delay =3D <146>; regulator-ramp-delay =3D <27500>; - regulator-ramp-delay-scale =3D <300>; regulator-always-on; regulator-boot-on; =20 @@ -281,7 +280,6 @@ vdd_ddr: sd1 { regulator-max-microvolt =3D <1150000>; regulator-enable-ramp-delay =3D <176>; regulator-ramp-delay =3D <27500>; - regulator-ramp-delay-scale =3D <300>; regulator-always-on; regulator-boot-on; =20 @@ -296,7 +294,6 @@ vdd_pre: sd2 { regulator-max-microvolt =3D <1350000>; regulator-enable-ramp-delay =3D <176>; regulator-ramp-delay =3D <27500>; - regulator-ramp-delay-scale =3D <350>; regulator-always-on; regulator-boot-on; =20 @@ -311,7 +308,6 @@ vdd_1v8: sd3 { regulator-max-microvolt =3D <1800000>; regulator-enable-ramp-delay =3D <242>; regulator-ramp-delay =3D <27500>; - regulator-ramp-delay-scale =3D <360>; regulator-always-on; regulator-boot-on; =20 @@ -326,7 +322,6 @@ vdd_sys_1v2: ldo0 { regulator-max-microvolt =3D <1200000>; regulator-enable-ramp-delay =3D <26>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; regulator-always-on; regulator-boot-on; =20 @@ -341,7 +336,6 @@ vdd_pex_1v05: ldo1 { regulator-max-microvolt =3D <1050000>; regulator-enable-ramp-delay =3D <22>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; =20 maxim,active-fps-source =3D ; maxim,active-fps-power-up-slot =3D <0>; @@ -354,7 +348,6 @@ vddio_sdmmc: ldo2 { regulator-max-microvolt =3D <3300000>; regulator-enable-ramp-delay =3D <62>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; =20 maxim,active-fps-source =3D ; maxim,active-fps-power-up-slot =3D <0>; @@ -371,7 +364,6 @@ vdd_rtc: ldo4 { regulator-max-microvolt =3D <1100000>; regulator-enable-ramp-delay =3D <22>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; regulator-disable-active-discharge; regulator-always-on; regulator-boot-on; @@ -395,7 +387,6 @@ avdd_1v05_pll: ldo7 { regulator-max-microvolt =3D <1050000>; regulator-enable-ramp-delay =3D <24>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; =20 maxim,active-fps-source =3D ; maxim,active-fps-power-up-slot =3D <3>; @@ -408,7 +399,6 @@ avdd_1v05: ldo8 { regulator-max-microvolt =3D <1050000>; regulator-enable-ramp-delay =3D <22>; regulator-ramp-delay =3D <100000>; - regulator-ramp-delay-scale =3D <200>; =20 maxim,active-fps-source =3D ; maxim,active-fps-power-up-slot =3D <6>; --=20 2.45.2