* [PATCH] arm64: tegra: Remove unused property for I2C
@ 2022-10-19 13:16 Jon Hunter
2022-10-24 13:33 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2022-10-19 13:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Thierry Reding
Cc: devicetree, linux-tegra, Jon Hunter
Commit 156af9de0932 ("arm64: tegra: Add Tegra234 I2C devicetree nodes")
populated the I2C device nodes for Tegra234. One of these nodes
contains the property 'nvidia,hw-instance-id' which is neither
documented or used. Remove this unused property.
Fixes: 156af9de0932 ("arm64: tegra: Add Tegra234 I2C devicetree nodes")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
index 0170bfa8a467..499102ce5bd0 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
@@ -1488,7 +1488,6 @@ gen2_i2c: i2c@c240000 {
gen8_i2c: i2c@c250000 {
compatible = "nvidia,tegra194-i2c";
reg = <0xc250000 0x100>;
- nvidia,hw-instance-id = <0x7>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
clock-frequency = <400000>;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: tegra: Remove unused property for I2C
2022-10-19 13:16 [PATCH] arm64: tegra: Remove unused property for I2C Jon Hunter
@ 2022-10-24 13:33 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2022-10-24 13:33 UTC (permalink / raw)
To: Jon Hunter; +Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-tegra
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
On Wed, Oct 19, 2022 at 02:16:13PM +0100, Jon Hunter wrote:
> Commit 156af9de0932 ("arm64: tegra: Add Tegra234 I2C devicetree nodes")
> populated the I2C device nodes for Tegra234. One of these nodes
> contains the property 'nvidia,hw-instance-id' which is neither
> documented or used. Remove this unused property.
>
> Fixes: 156af9de0932 ("arm64: tegra: Add Tegra234 I2C devicetree nodes")
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
> arch/arm64/boot/dts/nvidia/tegra234.dtsi | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-24 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 13:16 [PATCH] arm64: tegra: Remove unused property for I2C Jon Hunter
2022-10-24 13:33 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).