Commit 3ca3f86f authored by Thierry Reding's avatar Thierry Reding Committed by Wolfram Sang

dt-bindings: i2c: Use correct vendor prefix for Atmel

The "at," prefix was never correct for Atmel, so fix the few occurrences
that got it wrong. Use "atmel," instead.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
[wsa: merged two patches into one, dropped 'trivial-devices' hunk which
      needs to go in seperately]
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 3782cc37
...@@ -33,7 +33,7 @@ i2c0: i2c@fff84000 { ...@@ -33,7 +33,7 @@ i2c0: i2c@fff84000 {
clock-frequency = <400000>; clock-frequency = <400000>;
24c512@50 { 24c512@50 {
compatible = "24c512"; compatible = "atmel,24c512";
reg = <0x50>; reg = <0x50>;
pagesize = <128>; pagesize = <128>;
} }
......
...@@ -43,7 +43,7 @@ Example: ...@@ -43,7 +43,7 @@ Example:
reg = <0>; reg = <0>;
eeprom@50 { eeprom@50 {
compatible = "at,24c02"; compatible = "atmel,24c02";
reg = <0x50>; reg = <0x50>;
}; };
}; };
...@@ -54,7 +54,7 @@ Example: ...@@ -54,7 +54,7 @@ Example:
reg = <1>; reg = <1>;
eeprom@50 { eeprom@50 {
compatible = "at,24c02"; compatible = "atmel,24c02";
reg = <0x50>; reg = <0x50>;
}; };
}; };
......
...@@ -54,7 +54,7 @@ Example: ...@@ -54,7 +54,7 @@ Example:
reg = <2>; reg = <2>;
eeprom@54 { eeprom@54 {
compatible = "at,24c08"; compatible = "atmel,24c08";
reg = <0x54>; reg = <0x54>;
}; };
}; };
......
...@@ -22,7 +22,7 @@ Example: ...@@ -22,7 +22,7 @@ Example:
#size-cells = <0>; #size-cells = <0>;
eeprom@54 { eeprom@54 {
compatible = "at,24c08"; compatible = "atmel,24c08";
reg = <0x54>; reg = <0x54>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment