diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-17 19:15:33 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:26:41 -0700 |
commit | f7eb45427af670e48a9d28e6bbe7c6b8f68c3bfe (patch) | |
tree | 30236ad5b9e15f7cc84b08c7f8a3764bd14c6288 | |
parent | 368f8d196976e691af9cb8e61c9c852d574759fb (diff) |
arm64: dts: qcom: msm8996-xiaomi: use generic node names
Use generic node names for I2C devices.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi index 8c2d6e9e851b..bcd2397eb373 100644 --- a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi @@ -189,7 +189,7 @@ status = "okay"; clock-frequency = <400000>; - nfc: pn548@28 { + nfc: nfc@28 { compatible = "nxp,nxp-nci-i2c"; reg = <0x28>; @@ -208,7 +208,7 @@ &blsp2_i2c3 { status = "okay"; - typec: tusb320l@47 { + typec: typec@47 { compatible = "ti,tusb320l"; reg = <0x47>; interrupt-parent = <&tlmm>; |