Changes between Version 7 and Version 8 of linux/devicetree


Ignore:
Timestamp:
05/16/2019 05:05:48 PM (5 years ago)
Author:
Cale Collins
Comment:

compiling and de-compiling are now sub-categories of "adding a new device".

Legend:

Unmodified
Added
Removed
Modified
  • linux/devicetree

    v7 v8  
    7979For customers interested in adding a new device to an existing controller, see the [wiki:/SPI SPI] wiki page for an example of the process.
    8080
    81 == Compiling the Device Tree
     81=== Compiling the Device Tree
    8282If you need to change the device-tree you can easily compile it on a Linux system using the dtc app from the device-tree-compiler package:
    8383{{{#!bash
     
    8686}}}
    8787
    88 == De-Compiling the Device Tree
     88=== De-Compiling the Device Tree
    8989You can also de-compile a dtb back to a dts:
    9090{{{#!bash