Changes between Version 4 and Version 5 of linux/devmem
- Timestamp:
- 12/07/2023 08:04:39 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devmem
v4 v5 29 29 }}} 30 30 31 == Processor Pin Mux DevMem Example31 == Processor Pin Mux devmem Example 32 32 Let's for example say we would like to modify a pin-mux register on a i.MX8 processor. Utilizing the reference manual for the processor (available from the processor manufacturer) we see we need to use devmem to write the value 101 (0x5 in hex) to the proper register. 33 33