Changes between Version 7 and Version 8 of linux/devicetree
- Timestamp:
- 05/16/2019 05:05:48 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devicetree
v7 v8 79 79 For customers interested in adding a new device to an existing controller, see the [wiki:/SPI SPI] wiki page for an example of the process. 80 80 81 == Compiling the Device Tree81 === Compiling the Device Tree 82 82 If 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: 83 83 {{{#!bash … … 86 86 }}} 87 87 88 == De-Compiling the Device Tree88 === De-Compiling the Device Tree 89 89 You can also de-compile a dtb back to a dts: 90 90 {{{#!bash