diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-01-13 23:13:15 +0100 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2015-01-17 15:04:05 +0100 |
commit | 961be6650bd4de3ac0dbbb997fa35aabc553d52b (patch) | |
tree | ba07c80570b61562f2fb75ba3a507de8c31984c5 | |
parent | 3eda7d0ea3a0365aa72a2007f9450f314d92f065 (diff) | |
download | op-kernel-dev-961be6650bd4de3ac0dbbb997fa35aabc553d52b.zip op-kernel-dev-961be6650bd4de3ac0dbbb997fa35aabc553d52b.tar.gz |
tpm/tpm_i2c_stm_st33/dts/st33zp24-i2c: Rename st33zp24 dts documentation
st33zp24 exists in i2c and spi version. Both have different possible
configuration.
st33zp24.txt is renamed st33zp24-i2c.txt.
Reviewed-by: Jason Gunthorpe <jason.gunthorpe@obsidianresearch.com>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
-rw-r--r-- | Documentation/devicetree/bindings/security/tpm/st33zp24-i2c.txt (renamed from Documentation/devicetree/bindings/security/tpm/st33zp24.txt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/security/tpm/st33zp24.txt b/Documentation/devicetree/bindings/security/tpm/st33zp24-i2c.txt index 0a7361d..3ad115e 100644 --- a/Documentation/devicetree/bindings/security/tpm/st33zp24.txt +++ b/Documentation/devicetree/bindings/security/tpm/st33zp24-i2c.txt @@ -25,7 +25,7 @@ Example (for ARM-based BeagleBoard xM with ST33ZP24 on I2C2): compatible = "st,st33zp24-i2c"; - reg = <0x013>; + reg = <0x13>; clock-frequency = <400000>; interrupt-parent = <&gpio5>; |