aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/i2c
diff options
context:
space:
mode:
authorsim manseop <semtax33@gmail.com>2018-09-13 10:45:36 +0000
committerRob Herring <robh@kernel.org>2018-09-26 18:02:41 -0500
commit483a5d22bceb2235628b6b9369b01cfca9a1317e (patch)
treed850f2a6449b9b478a03bb5e9af3d7765fa2f03c /Documentation/devicetree/bindings/i2c
parentdt-bindings: crypto: hip07-sec, drop incorrect commas (diff)
downloadlinux-dev-483a5d22bceb2235628b6b9369b01cfca9a1317e.tar.xz
linux-dev-483a5d22bceb2235628b6b9369b01cfca9a1317e.zip
dt-bindings: i2c: Fix SMBus typo
Fix typo 'SMbus' to 'SMBus' Signed-off-by: sim manseop <semtax33@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c.txt b/Documentation/devicetree/bindings/i2c/i2c.txt
index 11263982470e..44efafdfd7f5 100644
--- a/Documentation/devicetree/bindings/i2c/i2c.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c.txt
@@ -84,7 +84,7 @@ Binding may contain optional "interrupts" property, describing interrupts
used by the device. I2C core will assign "irq" interrupt (or the very first
interrupt if not using interrupt names) as primary interrupt for the slave.
-Alternatively, devices supporting SMbus Host Notify, and connected to
+Alternatively, devices supporting SMBus Host Notify, and connected to
adapters that support this feature, may use "host-notify" property. I2C
core will create a virtual interrupt for Host Notify and assign it as
primary interrupt for the slave.