Skip to content

Commit

Permalink
Merge pull request #95 from OpenIPC/ZigFisher-patch-1
Browse files Browse the repository at this point in the history
Update README.md, add To help the researcher
  • Loading branch information
ZigFisher authored Sep 24, 2023
2 parents ffdc1fd + 3a1f316 commit dcc64ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,16 @@ sensors:
# ipctool trace /usr/bin/Sofia
```

### To help the researcher

On Ingenic devices, the original Sensor I2C address needs to be right shifted by 1bit, example:

```
IMX335: (0x34 >> 1) = 0x1A
SC2230: (0x60 >> 1) = 0x30
GC2053: (0x6E >> 1) = 0x37
```

## Supported SoCs

Tested on:
Expand Down

0 comments on commit dcc64ac

Please sign in to comment.