diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-10-11 09:31:43 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-10-24 13:04:07 -0500 |
commit | bb270c86ec1603f54ca2777658c646cfa661eb6b (patch) | |
tree | e611f36f8c86fe2251134b94744b8e3b486daf9c | |
parent | 52f5fbe259340d490bdf6e4a34d25620537d970f (diff) |
arm64: dts: qcom: msm8996: move clock-frequency from PN547 NFC to I2C bus
Although the early NXP NCI NFC bindings required the clock-frequency
property, it was never used by the driver and it is actually a property
of I2C bus, not I2C slave.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi index d239b01b8505..01e573f0dfbf 100644 --- a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi @@ -185,12 +185,12 @@ &blsp2_i2c2 { status = "okay"; label = "NFC_I2C"; + clock-frequency = <400000>; nfc: pn548@28 { compatible = "nxp,nxp-nci-i2c"; reg = <0x28>; - clock-frequency = <400000>; interrupt-parent = <&tlmm>; interrupts = <9 IRQ_TYPE_LEVEL_HIGH>; |