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

Linux 4.9 at91 dt overlays #34

Closed

Commits on Aug 21, 2017

  1. scripts/dtc: Update to upstream version v1.4.4

    Update dtc to commit 558cd81bdd432769b59bff01240c44f82cfb1a9d (tag
    v1.4.4).
    
    The DT overlay mechanism was added in v1.4.3 so an update of dtc was
    needed. Update to v1.4.4 (latest version at the time) to have all
    possible fixes.
    QSchulz committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    deff47f View commit details
    Browse the repository at this point in the history
  2. scripts: Makefile: generate symbols for DT nodes

    In order to apply on a Device Tree an overlay that has a phandle to a
    certain DT node, we need symbols in the DTB of the Device Tree to which
    the overlay is applied.
    
    Without the symbols, the tool in charge of applying the overlay cannot
    find the DT node to apply the overlay to.
    
    This adds the -@ option to the call to dtc which enables the generation
    of symbols.
    
    Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
    QSchulz committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    c1ddbd3 View commit details
    Browse the repository at this point in the history
  3. ARM: dts: at91-sama5d[2-4]: delete DT that can be handled with DT ove…

    …rlays
    
    Before DT overlays, we had a DT for each possible combination of
    hardware. While there is mostly only support for different LCD at the
    moment, the trade-off of this easy solution comes when you can have
    multiple different hardwares at the same time, then the number of files
    grows exponentially.
    
    Now that we have support for DT overlays, move everything that can to DT
    overlay and delete these DTs.
    
    Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
    QSchulz committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    4a905a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. ARM: dts: sama5d2_xplained: disable can0 and can1 by default

    This fixes conflicts with PDA overlays since PC10-11 conflict with can0
    and PC26-27 conflict with can1.
    
    Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
    QSchulz committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    0031385 View commit details
    Browse the repository at this point in the history
  2. ARM: dts: at91-sama5d4ek: disable spi0 by default

    spi0 conflicts with isi. Disable it by default.
    
    Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
    QSchulz committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    08d2a97 View commit details
    Browse the repository at this point in the history