Message ID | 20221019131613.145999-1-jonathanh@nvidia.com |
---|---|
State | Accepted |
Headers | show |
Series | arm64: tegra: Remove unused property for I2C | expand |
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
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>;
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(-)