OSDN Git Service

dt-bindings: Use correct vendor prefix for Asahi Kasei Corp.
authorThierry Reding <treding@nvidia.com>
Mon, 6 Dec 2021 14:48:01 +0000 (15:48 +0100)
committerRob Herring <robh@kernel.org>
Mon, 6 Dec 2021 20:21:40 +0000 (14:21 -0600)
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>
Link: https://lore.kernel.org/r/20211206144802.217073-1-thierry.reding@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/i2c/i2c-gate.yaml
Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml

index 66472f1..bd67b07 100644 (file)
@@ -31,7 +31,7 @@ examples:
         #address-cells = <1>;
         #size-cells = <0>;
         ak8975@c {
-            compatible = "ak,ak8975";
+            compatible = "asahi-kasei,ak8975";
             reg = <0x0c>;
         };
     };
index 7e2accc..d1a6103 100644 (file)
@@ -61,7 +61,7 @@ examples:
                 #size-cells = <0>;
 
                 magnetometer@c {
-                    compatible = "ak,ak8975";
+                    compatible = "asahi-kasei,ak8975";
                     reg = <0x0c>;
                 };
             };
index edbc292..d69595a 100644 (file)
@@ -95,7 +95,7 @@ examples:
                 #address-cells = <1>;
                 #size-cells = <0>;
                 magnetometer@c {
-                    compatible = "ak,ak8975";
+                    compatible = "asahi-kasei,ak8975";
                     reg = <0x0c>;
                 };
             };