arm: dts: mt7623: update crypto node
This patch updates compatible string and clocks for the crypto node. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
cba5e0ca05
commit
a336ba44fe
@ -784,16 +784,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
crypto: crypto@1b240000 {
|
crypto: crypto@1b240000 {
|
||||||
compatible = "mediatek,mt7623-crypto";
|
compatible = "mediatek,eip97-crypto";
|
||||||
reg = <0 0x1b240000 0 0x20000>;
|
reg = <0 0x1b240000 0 0x20000>;
|
||||||
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_LOW>,
|
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<GIC_SPI 83 IRQ_TYPE_LEVEL_LOW>,
|
<GIC_SPI 83 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<GIC_SPI 84 IRQ_TYPE_LEVEL_LOW>,
|
<GIC_SPI 84 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>,
|
<GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<GIC_SPI 97 IRQ_TYPE_LEVEL_LOW>;
|
<GIC_SPI 97 IRQ_TYPE_LEVEL_LOW>;
|
||||||
clocks = <&topckgen CLK_TOP_ETHIF_SEL>,
|
clocks = <ðsys CLK_ETHSYS_CRYPTO>;
|
||||||
<ðsys CLK_ETHSYS_CRYPTO>;
|
clock-names = "cryp";
|
||||||
clock-names = "ethif","cryp";
|
|
||||||
power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
|
power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user