Home
last modified time | relevance | path

Searched hist:d480df2116fc0d629d52f654bc218ee36251cb33 (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dstm32mp15-bl32.dtsid480df2116fc0d629d52f654bc218ee36251cb33 Tue Apr 04 18:58:13 UTC 2023 Vyacheslav Yurkov <uvv.mail@gmail.com> fix(stm32mp15-fdts): use /omit-if-no-ref/ for spi and i2c

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: I431ecd93576f97fd021d82d23b93c659fc8f26b8
H A Dstm32mp15-bl2.dtsid480df2116fc0d629d52f654bc218ee36251cb33 Tue Apr 04 18:58:13 UTC 2023 Vyacheslav Yurkov <uvv.mail@gmail.com> fix(stm32mp15-fdts): use /omit-if-no-ref/ for spi and i2c

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: I431ecd93576f97fd021d82d23b93c659fc8f26b8