arm64: tegra: Remove unused property for I2C
authorJon Hunter <jonathanh@nvidia.com>
Wed, 19 Oct 2022 13:16:13 +0000 (14:16 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:10 +0000 (13:30 +0100)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index a1d7b03..428b81a 100644 (file)
                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>;