summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/i2c/i2c-gate.yaml
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-12-06 15:48:01 +0100
committerRob Herring <robh@kernel.org>2021-12-06 21:21:40 +0100
commita3ebdcc8fb3d94de390e58ad3da6161826a58a87 (patch)
treeba484793ec7bba94f064359c5c61cfad7363e322 /Documentation/devicetree/bindings/i2c/i2c-gate.yaml
parentdt-bindings: Only show unique unit address warning for enabled nodes (diff)
downloadlinux-a3ebdcc8fb3d94de390e58ad3da6161826a58a87.tar.xz
linux-a3ebdcc8fb3d94de390e58ad3da6161826a58a87.zip
dt-bindings: Use correct vendor prefix for Asahi Kasei Corp.
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>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-gate.yaml')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-gate.yaml2
1 files changed, 1 insertions, 1 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>;
};
};