diff mbox series

[1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp.

Message ID 20211206144802.217073-1-thierry.reding@gmail.com
State Accepted, archived
Headers show
Series [1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp. | expand

Checks

Context Check Description
robh/checkpatch success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Thierry Reding Dec. 6, 2021, 2:48 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

The old "ak" vendor prefix that was never officially accepted was still
being used in some examples. Convert to the correct vendor prefix (i.e.
"asahi-kasei").

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/i2c/i2c-gate.yaml             | 2 +-
 .../devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml   | 2 +-
 .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Rob Herring (Arm) Dec. 6, 2021, 8:21 p.m. UTC | #1
On Mon, 06 Dec 2021 15:48:01 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The old "ak" vendor prefix that was never officially accepted was still
> being used in some examples. Convert to the correct vendor prefix (i.e.
> "asahi-kasei").
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-gate.yaml             | 2 +-
>  .../devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml   | 2 +-
>  .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml         | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 

Applied, thanks!
Tony Lindgren Dec. 9, 2021, 7:46 a.m. UTC | #2
* Thierry Reding <thierry.reding@gmail.com> [211206 16:48]:
> From: Thierry Reding <treding@nvidia.com>
> 
> The old "ak" vendor prefix that was never officially accepted was still
> being used in some device trees. Convert to the correct vendor prefix
> (i.e. "asahi-kasei").

Applying into omap-for-v5.17/dt thanks.

Tony
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/i2c/i2c-gate.yaml b/Documentation/devicetree/bindings/i2c/i2c-gate.yaml
index 66472f12a7e2..bd67b0766599 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-gate.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-gate.yaml
@@ -31,7 +31,7 @@  examples:
         #address-cells = <1>;
         #size-cells = <0>;
         ak8975@c {
-            compatible = "ak,ak8975";
+            compatible = "asahi-kasei,ak8975";
             reg = <0x0c>;
         };
     };
diff --git a/Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml b/Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
index 7e2accc3d5ce..d1a6103fc37a 100644
--- a/Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
+++ b/Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
@@ -61,7 +61,7 @@  examples:
                 #size-cells = <0>;
 
                 magnetometer@c {
-                    compatible = "ak,ak8975";
+                    compatible = "asahi-kasei,ak8975";
                     reg = <0x0c>;
                 };
             };
diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
index edbc2921aabd..d69595a524c1 100644
--- a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
+++ b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
@@ -95,7 +95,7 @@  examples:
                 #address-cells = <1>;
                 #size-cells = <0>;
                 magnetometer@c {
-                    compatible = "ak,ak8975";
+                    compatible = "asahi-kasei,ak8975";
                     reg = <0x0c>;
                 };
             };