From: Ryder Lee Date: Fri, 20 Oct 2017 09:46:45 +0000 (+0800) Subject: arm: dts: mt7623: update crypto node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a336ba44feb2b022872987e97125e3283d07bfc2;p=linux.git arm: dts: mt7623: update crypto node This patch updates compatible string and clocks for the crypto node. Signed-off-by: Ryder Lee Signed-off-by: Matthias Brugger --- diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 381843ec73c56..01071cc780468 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -784,16 +784,15 @@ }; crypto: crypto@1b240000 { - compatible = "mediatek,mt7623-crypto"; + compatible = "mediatek,eip97-crypto"; reg = <0 0x1b240000 0 0x20000>; interrupts = , , , , ; - clocks = <&topckgen CLK_TOP_ETHIF_SEL>, - <ðsys CLK_ETHSYS_CRYPTO>; - clock-names = "ethif","cryp"; + clocks = <ðsys CLK_ETHSYS_CRYPTO>; + clock-names = "cryp"; power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>; status = "disabled"; };