diff mbox series

dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs

Message ID 20181206094550.18082-1-brgl@bgdev.pl
State Accepted
Headers show
Series dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs | expand

Commit Message

Bartosz Golaszewski Dec. 6, 2018, 9:45 a.m. UTC
This is a follow-up to Thierry's patch which missed a few occurences.

Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 Documentation/devicetree/bindings/i2c/i2c-at91.txt        | 2 +-
 Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Rosin Dec. 6, 2018, 10:35 a.m. UTC | #1
On 2018-12-06 10:45, Bartosz Golaszewski wrote:
> This is a follow-up to Thierry's patch which missed a few occurences.
> 
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Acked-by: Peter Rosin <peda@axentia.se>

Wolfram, you can take this one as well, of course.

Cheers,
Peter

> ---
>  Documentation/devicetree/bindings/i2c/i2c-at91.txt        | 2 +-
>  Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> index ef973a0343c7..b7cec17c3daf 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> @@ -33,7 +33,7 @@ i2c0: i2c@fff84000 {
>  	clock-frequency = <400000>;
>  
>  	24c512@50 {
> -		compatible = "24c512";
> +		compatible = "atmel,24c512";
>  		reg = <0x50>;
>  		pagesize = <128>;
>  	}
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> index c661b9083ec6..8b1e49cdce3f 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> @@ -54,7 +54,7 @@ Example:
>  			reg = <1>;
>  
>  			eeprom@50 {
> -				compatible = "at,24c02";
> +				compatible = "atmel,24c02";
>  				reg = <0x50>;
>  			};
>  		};
>
Wolfram Sang Dec. 6, 2018, 10:44 a.m. UTC | #2
On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> This is a follow-up to Thierry's patch which missed a few occurences.
> 
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Since I dropped Thierry's original patch, I wonder if it is okay with
you to simply squash these hunks into it?
Bartosz Golaszewski Dec. 7, 2018, 1:18 p.m. UTC | #3
czw., 6 gru 2018 o 11:44 Wolfram Sang <wsa@the-dreams.de> napisał(a):
>
> On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> > This is a follow-up to Thierry's patch which missed a few occurences.
> >
> > Cc: Thierry Reding <thierry.reding@gmail.com>
> > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
>
> Since I dropped Thierry's original patch, I wonder if it is okay with
> you to simply squash these hunks into it?
>

Yes, feel free to squash those two with my Signed-off-by tag.

Bart
Wolfram Sang Dec. 11, 2018, 7:49 p.m. UTC | #4
On Fri, Dec 07, 2018 at 02:18:15PM +0100, Bartosz Golaszewski wrote:
> czw., 6 gru 2018 o 11:44 Wolfram Sang <wsa@the-dreams.de> napisał(a):
> >
> > On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> > > This is a follow-up to Thierry's patch which missed a few occurences.
> > >
> > > Cc: Thierry Reding <thierry.reding@gmail.com>
> > > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> >
> > Since I dropped Thierry's original patch, I wonder if it is okay with
> > you to simply squash these hunks into it?
> >
> 
> Yes, feel free to squash those two with my Signed-off-by tag.

Done now, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
index ef973a0343c7..b7cec17c3daf 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
@@ -33,7 +33,7 @@  i2c0: i2c@fff84000 {
 	clock-frequency = <400000>;
 
 	24c512@50 {
-		compatible = "24c512";
+		compatible = "atmel,24c512";
 		reg = <0x50>;
 		pagesize = <128>;
 	}
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
index c661b9083ec6..8b1e49cdce3f 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
@@ -54,7 +54,7 @@  Example:
 			reg = <1>;
 
 			eeprom@50 {
-				compatible = "at,24c02";
+				compatible = "atmel,24c02";
 				reg = <0x50>;
 			};
 		};