linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp.
@ 2021-12-06 14:48 Thierry Reding
  2021-12-06 14:48 ` [PATCH 2/2] ARM: dts: am335x: " Thierry Reding
  2021-12-06 20:21 ` [PATCH 1/2] dt-bindings: " Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Thierry Reding @ 2021-12-06 14:48 UTC (permalink / raw)
  To: Rob Herring, Tony Lindgren, Benoît Cousson
  Cc: devicetree, linux-omap, linux-arm-kernel

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(-)

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>;
                 };
             };
-- 
2.33.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ARM: dts: am335x: Use correct vendor prefix for Asahi Kasei Corp.
  2021-12-06 14:48 [PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp Thierry Reding
@ 2021-12-06 14:48 ` Thierry Reding
  2021-12-09  7:46   ` Tony Lindgren
  2021-12-06 20:21 ` [PATCH 1/2] dt-bindings: " Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2021-12-06 14:48 UTC (permalink / raw)
  To: Rob Herring, Tony Lindgren, Benoît Cousson
  Cc: devicetree, linux-omap, linux-arm-kernel

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").

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 arch/arm/boot/dts/am335x-boneblue.dts       | 2 +-
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts
index c6bb325ead33..147c00de3795 100644
--- a/arch/arm/boot/dts/am335x-boneblue.dts
+++ b/arch/arm/boot/dts/am335x-boneblue.dts
@@ -341,7 +341,7 @@ i2c-gate {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			ax8975@c {
-				compatible = "ak,ak8975";
+				compatible = "asahi-kasei,ak8975";
 				reg = <0x0c>;
 			};
 		};
diff --git a/arch/arm/boot/dts/am335x-osd3358-sm-red.dts b/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
index 605b2a436edf..b2846cd220f0 100644
--- a/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
+++ b/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
@@ -84,7 +84,7 @@ i2c-gate {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			ax8975@c {
-				compatible = "ak,ak8975";
+				compatible = "asahi-kasei,ak8975";
 				reg = <0x0c>;
 			};
 		};
-- 
2.33.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp.
  2021-12-06 14:48 [PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp Thierry Reding
  2021-12-06 14:48 ` [PATCH 2/2] ARM: dts: am335x: " Thierry Reding
@ 2021-12-06 20:21 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-12-06 20:21 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, Benoît Cousson, Tony Lindgren, devicetree,
	linux-arm-kernel, linux-omap

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!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] ARM: dts: am335x: Use correct vendor prefix for Asahi Kasei Corp.
  2021-12-06 14:48 ` [PATCH 2/2] ARM: dts: am335x: " Thierry Reding
@ 2021-12-09  7:46   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2021-12-09  7:46 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, Benoît Cousson, devicetree, linux-omap,
	linux-arm-kernel

* 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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-09  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 14:48 [PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp Thierry Reding
2021-12-06 14:48 ` [PATCH 2/2] ARM: dts: am335x: " Thierry Reding
2021-12-09  7:46   ` Tony Lindgren
2021-12-06 20:21 ` [PATCH 1/2] dt-bindings: " Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).