From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 4 Oct 2020 19:42:03 -0600 Subject: [PATCH 3/3] test: dm: add test for phandle access functions In-Reply-To: <20200925074116.16068-3-patrick.delaunay@st.com> References: <20200925074116.16068-1-patrick.delaunay@st.com> <20200925074116.16068-3-patrick.delaunay@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 25 Sep 2020 at 01:41, Patrick Delaunay wrote: > > Add unitary test for phandle access functions > - ofnode_count_phandle_with_args > - ofnode_parse_phandle_with_args > - dev_count_phandle_with_args > - dev_read_phandle_with_args > > Signed-off-by: Patrick Delaunay > --- > > arch/sandbox/dts/test.dts | 1 + > test/dm/ofnode.c | 75 +++++++++++++++++++++++++++++++++++++++ > test/dm/test-fdt.c | 65 +++++++++++++++++++++++++++++++++ > 3 files changed, 141 insertions(+) Reviewed-by: Simon Glass