Skip to content
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

RFC: NVMEM driver for customer OTP #2343

Closed
wants to merge 3 commits into from

Commits on Jan 13, 2018

  1. dt-bindings: nvmem: add binding for Raspberry Pi OTP

    This patch adds the devicetree binding for Raspberry Pi OTP driver.
    
    Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
    lategoodbye committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    cfce895 View commit details
    Browse the repository at this point in the history
  2. nvmem: add driver for Raspberry Pi OTP

    This patch brings read-only support for the Raspberry Pi Customer OTP.
    The driver accesses the OTP via the mailbox property interface
    provided by the VPU firmware.
    
    Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
    lategoodbye committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    5fd132a View commit details
    Browse the repository at this point in the history
  3. ARM: dts: Enable OTP for Raspberry Pi

    This patch enables OTP for all Raspberry Pi variants.
    
    Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
    lategoodbye committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    ecd2061 View commit details
    Browse the repository at this point in the history