-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
drivers: sensor: Add support for grow_r502a fingerprint sensor #40394
Conversation
e718cf8
to
833a24f
Compare
833a24f
to
ac2e3e8
Compare
ac2e3e8
to
f9ed1a3
Compare
f9ed1a3
to
eef0c49
Compare
eef0c49
to
24cc8c3
Compare
b691a31
to
591323d
Compare
591323d
to
c6bc8ba
Compare
045703f
to
2297607
Compare
2297607
to
72758b3
Compare
@mbolivar-nordic @MaureenHelm @gmarull kindly revisit. |
we have hzgrow,r502a binding. Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
Add driver support for grow_r502a fingerprint sensor Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
Added sample application for grow_r502a fingerprint sensor Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
Included GROW_R502A fingerprint sensor in the build_all test to test grow_r502a driver Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
72758b3
to
c816cb6
Compare
#address-cells=<1>; | ||
#size-cells=<0>; | ||
grow_r502a@0 { |
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.
Why does this have an address?
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.
basically, this fingerprint sensor creates an RX packet based on the address we are going to pass, initially, it was passed to the driver via the address parameter from the fps node and then based on the PR suggestion from @gmarull here address is given to driver via reg property. if you are having any conflict of opinion please let me know. thanks
@mbolivar-nordic @galak @gmarull Ping, kindly re-visit the PR |
no longer reviewing bindings etc
Added driver and other support needed for r502a fingerprint sensor
Signed-off-by: Dinesh Kumar K dinesh@linumiz.com