arm64: dts: imx8mp-venice-gw74xx: remove unecessary propreties in tpm node
authorTim Harvey <tharvey@gateworks.com>
Wed, 18 Oct 2023 18:10:28 +0000 (11:10 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 01:53:44 +0000 (09:53 +0800)
Remove unnecessary #address-cells and #size-cells from tpm node.

Fixes: 531936b218d8 ("arm64: dts: imx8mp-venice-gw74xx: update to revB PCB")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

index 2ab9f4cc12cc9d020f83d8793b8bf5e079bebc79..dcf9bababffc55dc2b37f0a4dca8e9a8f0a91df8 100644 (file)
 
        tpm@0 {
                compatible = "tcg,tpm_tis-spi";
-               #address-cells = <0x1>;
-               #size-cells = <0x1>;
                reg = <0x0>;
                spi-max-frequency = <36000000>;
        };