]> git.sur5r.net Git - u-boot/commitdiff
sandbox: dts: add Sandbox TPMv2.x node
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:57:27 +0000 (11:57 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 00:13:00 +0000 (20:13 -0400)
This node declares the presence of the Sandbox TPMv2.x emulated chip,
available for testing.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox64.dts
arch/sandbox/dts/test.dts

index 86680a6b11dfae70ef70b51b167c0eaab9b9c3ea..0ea2452742d33ee039b4e014dfd41072c34db7b1 100644 (file)
                compatible = "google,sandbox-tpm";
        };
 
+       tpm2 {
+               compatible = "sandbox,tpm2";
+       };
+
        triangle {
                compatible = "demo-shape";
                colour = "cyan";
index 8f707b47dbe39a5dca1405b9b8f7b5db16f6db13..48e420e721ee6e1ec3985eaf4ef2842aa7f0efe8 100644 (file)
                compatible = "google,sandbox-tpm";
        };
 
+       tpm2 {
+               compatible = "sandbox,tpm2";
+       };
+
        triangle {
                compatible = "demo-shape";
                colour = "cyan";
index 5a0f187d8b70bd04d557fdc92c8590b8d58f882b..f2e5d65dad987555dae0680ae1adc59f27f1febf 100644 (file)
                clock-frequency = <1000000>;
        };
 
+       tpm2 {
+               compatible = "sandbox,tpm2";
+       };
+
        uart0: serial {
                compatible = "sandbox,serial";
                u-boot,dm-pre-reloc;