From mboxrd@z Thu Jan 1 00:00:00 1970 From: Walter Lozano Date: Thu, 16 Jul 2020 17:48:11 -0300 Subject: [PATCH 0/2] dtoc: improve compatible string aliases support Message-ID: <20200716204813.21839-1-walter.lozano@collabora.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This series adds additional improvements to dtoc, which are focused in compatible string aliases. First, enhance dtoc to use not only the first but all the compatible strings in a dtb node in order to find a valid driver name. Second, remove compatible string aliases from dtoc which were used to generate mappings between struct names. This is not longer needed since now a valid driver name is used. Walter Lozano (2): dtoc: look for compatible string aliases in driver list dtoc: remove compatible string aliases support tools/dtoc/dtb_platdata.py | 58 +++++++++++++------------------- tools/dtoc/dtoc_test_aliases.dts | 5 +++ tools/dtoc/test_dtoc.py | 39 +++------------------ 3 files changed, 32 insertions(+), 70 deletions(-) -- 2.20.1