On 12/17/2018 07:36 PM, Fabrizio Castro wrote: [...] >>> Add the device nodes for all MSIOF SPI controllers on RZ/G2E SoC. >>> >>> Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> >>> --- >>> arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 62 +++++++++++++++++++++++++++++++ >>> 1 file changed, 62 insertions(+) >>> >>> diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi >>> index 9532d29..9bd66b1 100644 >>> --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi >>> +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi >>> @@ -855,6 +855,68 @@ >>> status = "disabled"; >>> }; >>> >>> +msiof0: spi@e6e90000 { >>> +compatible = "renesas,msiof-r8a774c0", >>> + "renesas,rcar-gen3-msiof"; >>> +reg = <0 0xe6e90000 0 0x0064>; >> >> Do we really need the leading zeros in the size cells? > > We don't, I just kept it consistent with the same definitions for the other platforms. > Do you want me to send a v2 for this? Ah, consistency is good. Keep it then. :-) MBR, Sergei