Hello Simon, Geert, Takeshi, On Sun, Aug 05, 2018 at 01:11:13AM +0200, Eugeniu Rosca wrote: > Add hscif0 node to avoid below r8a77965-ulcb-kf.dtb build failure: > Error: arch/arm64/boot/dts/renesas/ulcb-kf.dtsi:36.1-8 Label or path hscif0 not found > > Inspired from v4.12-rc1 commits: > - commit 68cd16107260 ("arm64: dts: r8a7796 dtsi: Add all HSCIF nodes") > - commit 6d50bb893504 ("arm64: dts: r8a7796: Enable HSCIF DMA") > - commit bec0948e810f ("arm64: dts: r8a7796: Add reset control properties") > > Signed-off-by: Eugeniu Rosca <erosca@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r8a77965.dtsi | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) I noticed that this patch (adding HSCIF0 node only) conflicts with below commit (adding all HSCIF nodes) from the "devel" branch of horms/renesas.git repository: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/commit/?h=b8e3c8e17611 Please, feel free to ignore my patch. It only ensures that this series doesn't break the "make dtbs" build. Thanks, Eugeniu.