Re: Removing an item from the Device tree
Kumar Gala
You can use /delete-property/, something like:
toggle quoted messageShow quoted text
&uart0 { /delete-property/ rts-pin; /delete-property/ cts-pin; }; In your overlay should work. - k
On Jan 15, 2020, at 8:49 AM, Lawrence King <lawrence.king@irdeto.com> wrote:
|
|