Skip to content

Commit

Permalink
exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
Browse files Browse the repository at this point in the history
Add a TPM node to the various Chromebooks so that driver can be converted to
driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Christophe Ricard<christophe-h.ricard@st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
  • Loading branch information
sjg20 committed Aug 31, 2015
1 parent 5c51d8a commit 6e474ea
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
9 changes: 9 additions & 0 deletions arch/arm/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@
};
};

i2c@12C90000 {
clock-frequency = <100000>;
tpm@20 {
reg = <0x20>;
u-boot,i2c-offset-len = <0>;
compatible = "infineon,slb9635tt";
};
};

spi@12d30000 {
spi-max-frequency = <50000000>;
firmware_storage_spi: flash@0 {
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/dts/exynos5250-spring.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<&gpy4 2 0>;
};

i2c@12C90000 {
clock-frequency = <100000>;
tpm@20 {
reg = <0x20>;
compatible = "infineon,slb9645tt";
};
};

mmc@12200000 {
samsung,bus-width = <8>;
samsung,timing = <1 3 3>;
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/dts/exynos5420-peach-pit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@

i2c@12E10000 { /* i2c9 */
clock-frequency = <400000>;
tpm@20 {
compatible = "infineon,slb9645tt";
reg = <0x20>;
tpm@20 {
compatible = "infineon,slb9645tt";
reg = <0x20>;
};
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm/dts/exynos5800-peach-pi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@

i2c@12E10000 { /* i2c9 */
clock-frequency = <400000>;
tpm@20 {
compatible = "infineon,slb9645tt";
reg = <0x20>;
tpm@20 {
compatible = "infineon,slb9645tt";
reg = <0x20>;
};
};

Expand Down
5 changes: 5 additions & 0 deletions arch/x86/dts/chromebook_link.dts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
};
};

tpm {
reg = <0xfed40000 0x5000>;
compatible = "infineon,slb9635lpc";
};

microcode {
update@0 {
#include "microcode/m12306a9_0000001b.dtsi"
Expand Down
5 changes: 5 additions & 0 deletions arch/x86/dts/chromebox_panther.dts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@
};
};

tpm {
reg = <0xfed40000 0x5000>;
compatible = "infineon,slb9635lpc";
};

};

0 comments on commit 6e474ea

Please sign in to comment.