From: Krzysztof Kozlowski Date: Mon, 11 Oct 2021 07:31:43 +0000 (+0200) Subject: arm64: dts: qcom: msm8996: move clock-frequency from PN547 NFC to I2C bus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bb270c86ec1603f54ca2777658c646cfa661eb6b;p=linux.git 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 Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20211011073143.32645-1-krzysztof.kozlowski@canonical.com --- diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi index d239b01b8505d..01e573f0dfbf8 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>;