ARM: tegra: nexus7: Drop clock-frequency from NFC node

The clock-frequency property was never used and is deprecated now.
Remove it from Nexus 7 device-tree.

Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
David Heidelberg 2021-12-08 20:36:05 +03:00 committed by Thierry Reding
parent fe3c94e8e7
commit e6cc646554
2 changed files with 0 additions and 3 deletions

View File

@ -137,7 +137,6 @@
nfc@28 {
compatible = "nxp,pn544-i2c";
reg = <0x28>;
clock-frequency = <100000>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(X, 0) IRQ_TYPE_EDGE_RISING>;

View File

@ -223,8 +223,6 @@
compatible = "nxp,pn544-i2c";
reg = <0x2a>;
clock-frequency = <100000>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(S, 7) IRQ_TYPE_EDGE_RISING>;