-
Notifications
You must be signed in to change notification settings - Fork 27
ARM: dts: qcom-msm8974pro-oneplus-bacon: Add NFC node #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: qcom-msm8974-6.9.y
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,16 @@ | |
interrupts-extended = <&tlmm 31 IRQ_TYPE_EDGE_FALLING>; | ||
omit-battery-class; | ||
}; | ||
|
||
nfc@28 { | ||
compatible = "nxp,nxp-nci-i2c"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You have any clue what actual NFC chipset is in the phone? Some number like NQ310 or PN547? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. on downstream kernel it says "pn544". but i cant use it with "nxp,pn544-i2c" driver There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Keep it like this then. Maybe we can find an ID register on the chip that give us some better idea but it's not really important |
||
reg = <0x28>; | ||
|
||
interrupts-extended = <&tlmm 59 IRQ_TYPE_EDGE_FALLING>; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Other devices in mainline seem to use either There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes. i observed some
for the charger on same bus which also using There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i can confirm There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What should the touchscreen (rmi4) and charger (bq....) have to do with the nfc chip? I don't quite get why you look at those right now. |
||
|
||
enable-gpios = <&tlmm 14 GPIO_ACTIVE_HIGH>; | ||
firmware-gpios = <&tlmm 13 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; | ||
|
||
&blsp1_uart2 { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move this node above the charger since 0x28 < 0x6b