]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(stm32mp1-fdts): use /omit-if-no-ref/ for pins nodes
authorYann Gautier <yann.gautier@foss.st.com>
Thu, 2 Mar 2023 10:50:07 +0000 (11:50 +0100)
committerYann Gautier <yann.gautier@st.com>
Wed, 15 Mar 2023 17:08:26 +0000 (18:08 +0100)
commit0aae96cfb9ef826d207f2d18d4a9f21fa1a5dee7
tree04317950b477297961fe6c451aec57492e168f02
parent38ac8bbbe450343e8545a44f370ff9da57cbed26
feat(stm32mp1-fdts): use /omit-if-no-ref/ for pins nodes

With the /omit-if-no-ref/ keyword in DT, the non-referenced nodes
are just removed. This allows reducing the size of device tree blobs.
Setting it before pins node allows a size reduction of more than 2kB.
The corresponding nodes can also be removed from BL2 and BL32 DT
overlays.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I6b4a4d227d5592e1d253a1b35da2dafaac2ddcae
fdts/stm32mp13-bl2.dtsi
fdts/stm32mp13-pinctrl.dtsi
fdts/stm32mp15-bl2.dtsi
fdts/stm32mp15-bl32.dtsi
fdts/stm32mp15-pinctrl.dtsi