Thanks Quentin, that did the trick.
On 6/5/21, Quentin Schulz <f...@0leil.net> wrote: > Hi, > > On June 5, 2021 12:43:19 AM UTC, JH <jupiter....@gmail.com> 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 > -- "A man can fail many times, but he isn't a failure until he begins to blame somebody else." -- John Burroughs
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#152687): https://lists.openembedded.org/g/openembedded-core/message/152687 Mute This Topic: https://lists.openembedded.org/mt/83342502/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-