Changes between Version 4 and Version 5 of linux/devmem


Ignore:
Timestamp:
12/07/2023 08:04:39 PM (5 months ago)
Author:
Ryan Erbstoesser
Comment:

change capitlization

Legend:

Unmodified
Added
Removed
Modified
  • linux/devmem

    v4 v5  
    2929}}}
    3030
    31 == Processor Pin Mux DevMem Example
     31== Processor Pin Mux devmem Example
    3232Let'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.
    3333