nascs and RadxaYuntian Fix rk3399DigitalRead not working issue (#121)
54030cd Jan 28, 2023
Fix rk3399DigitalRead not working issue (#121)
* Fix rk3399DigitalRead not working issue

Previously read was tested by writting to the same data register
that was used for write operation, and then read back the value.
It has been found that this is not how the hardware is supposed
to work, and requires accessing a different register for read
operation.

---------

Co-authored-by: ZHANG Yuntian <yt@radxa.com>
54030cd