Hi, On June 5, 2021 12:43:19 AM UTC, JH <[email protected]> wrote: >Hi, > >I am building following imx6ulz-kobs.dts file to a dtb in zeus: > >$ cat imx6ulz-kobs.dts > >#include "imx6ulz.dts" > >/{ > model = "customized imx6ull"; > compatible = "fsl,imx6ull"; >}; > >&gpmi { > /delete-node/ fsl,use-minimum-ecc; >}; > >The building process was fine, but that fsl,use-minimum-ecc in dtb was >not deleted, is it a bug or it does not support /delete-node/? >
fsl,use-minimum-ecc is a property not a node, you need to use /delete-property/ instead, c.f. https://devicetree-specification.readthedocs.io/en/latest/chapter6-source-language.html?highlight=delete-property#node-and-property-definitions. Cheers, Quentin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53757): https://lists.yoctoproject.org/g/yocto/message/53757 Mute This Topic: https://lists.yoctoproject.org/mt/83322385/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
