Commit 011b9301 authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

dts: yaml: remove unused id field



The 'id' field was never used and tended to just have the compat of the
node.  Lets remove it and removed some code in extract_dts_includes.py
related to it.  Added a warning if 'id' is set in a yaml so we can
remove it going forward.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent 0633a1c2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#
---
title: ARC DCCM
id: arc,dccm
version: 0.1

description: >
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#
---
title: ARC ICCM
id: arc,iccm
version: 0.1

description: >
+0 −1
Original line number Diff line number Diff line
---
title: Atmel SERCOM binding
id: atmel,sam0-sercom
version: 0.1

description: >
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#
---
title: Kinetis System Integration Module (SIM)
id: nxp,kinetis-sim
version: 0.1

description: >
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#
---
title: LPC MAILBOX
id: nxp,lpc-mailbox
version: 0.1

description: >
Loading