diff options
author | 2021-10-11 09:31:43 +0200 | |
---|---|---|
committer | 2021-10-24 13:04:07 -0500 | |
commit | bb270c86ec1603f54ca2777658c646cfa661eb6b (patch) | |
tree | e611f36f8c86fe2251134b94744b8e3b486daf9c | |
parent | arm64: dts: qcom: msm8916-asus-z00l: Add sensors (diff) | |
download | wireguard-linux-bb270c86ec1603f54ca2777658c646cfa661eb6b.tar.xz wireguard-linux-bb270c86ec1603f54ca2777658c646cfa661eb6b.zip |
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 <krzysztof.kozlowski@canonical.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211011073143.32645-1-krzysztof.kozlowski@canonical.com
Diffstat (limited to '')
-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>; |