Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Heidelberg and committed by
Thierry Reding
e6cc6465 fe3c94e8

-3
-1
arch/arm/boot/dts/tegra30-asus-nexus7-grouper.dtsi
··· 137 137 nfc@28 { 138 138 compatible = "nxp,pn544-i2c"; 139 139 reg = <0x28>; 140 - clock-frequency = <100000>; 141 140 142 141 interrupt-parent = <&gpio>; 143 142 interrupts = <TEGRA_GPIO(X, 0) IRQ_TYPE_EDGE_RISING>;
-2
arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi
··· 223 223 compatible = "nxp,pn544-i2c"; 224 224 reg = <0x2a>; 225 225 226 - clock-frequency = <100000>; 227 - 228 226 interrupt-parent = <&gpio>; 229 227 interrupts = <TEGRA_GPIO(S, 7) IRQ_TYPE_EDGE_RISING>; 230 228