Hi Jacopo, On 16/12/2019 17:16, Jacopo Mondi wrote: > Fixes DTC warning > r8a77970-eagle.dt.yaml: camera@51: reg: [[81, 97]] is too short Also agreed, Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> Thanks - I'll squash this onto my gmsl/platform branch. > --- > arch/arm64/boot/dts/renesas/eagle-fakra.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/eagle-fakra.dtsi b/arch/arm64/boot/dts/renesas/eagle-fakra.dtsi > index 1f3aeb49e4d9..d30d0f25e60f 100644 > --- a/arch/arm64/boot/dts/renesas/eagle-fakra.dtsi > +++ b/arch/arm64/boot/dts/renesas/eagle-fakra.dtsi > @@ -63,7 +63,7 @@ i2c@0 { > > camera@51 { > compatible = EAGLE_CAMERA0; > - reg = <0x51 0x61>; > + reg = <0x51>, <0x61>; > > port { > fakra_con0: endpoint { > @@ -80,7 +80,7 @@ i2c@1 { > > camera@52 { > compatible = EAGLE_CAMERA1; > - reg = <0x52 0x62>; > + reg = <0x52>, <0x62>; > > port { > fakra_con1: endpoint { > @@ -97,7 +97,7 @@ i2c@2 { > > camera@53 { > compatible = EAGLE_CAMERA2; > - reg = <0x53 0x63>; > + reg = <0x53>, <0x63>; > > port { > fakra_con2: endpoint { > @@ -114,7 +114,7 @@ i2c@3 { > > camera@54 { > compatible = EAGLE_CAMERA3; > - reg = <0x54 0x64>; > + reg = <0x54>, <0x64>; > > port { > fakra_con3: endpoint { >