diff mbox series

[RFC,03/11] fixup! arm64: dts: renesas: eagle: Provide Eagle FAKRA dynamic overlay

Message ID 20191216171620.372683-4-jacopo+renesas@jmondi.org (mailing list archive)
State Under Review
Delegated to: Kieran Bingham
Headers show
Series GMSL: Initial RDACM21 support | expand

Commit Message

Jacopo Mondi Dec. 16, 2019, 5:16 p.m. UTC
Fixes DTC warning
r8a77970-eagle.dt.yaml: camera@51: reg: [[81, 97]] is too short
---
 arch/arm64/boot/dts/renesas/eagle-fakra.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Kieran Bingham Dec. 16, 2019, 10:40 p.m. UTC | #1
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@ideasonboard.com>

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 {
>
diff mbox series

Patch

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 {