Browse Source
Use /omit-if-no-ref/ keyword in DT to remove extra device nodes only when they are not used / not referenced. If the board device tree only defines subnodes, dtc does not consider it as usage, you have to specifically mention device's phandle, e.g.: \ { i2c6-phandle = <&i2c6>; }; or in aliases section aliases { i2c6 = &i2c6; }; Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Change-Id: I431ecd93576f97fd021d82d23b93c659fc8f26b8pull/1996/head
Vyacheslav Yurkov
2 years ago
2 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue