lkml.org 
[lkml]   [2023]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] arm64: dts: qcom: ipq9574: Enable Inline Crypto Engine for MMC
    Date
    Add Inline Crypto Engine reg and clocks in MMC node and enable CQE
    support as Inline Crypto Engine requires CQE to be enabled.

    Signed-off-by: Vignesh Viswanathan <quic_viswanat@quicinc.com>
    ---
    arch/arm64/boot/dts/qcom/ipq9574.dtsi | 12 ++++++++----
    1 file changed, 8 insertions(+), 4 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
    index 5f83ee42a719..7f2e5cbf3bbb 100644
    --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
    +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
    @@ -321,8 +321,10 @@ tcsr: syscon@1937000 {

    sdhc_1: mmc@7804000 {
    compatible = "qcom,ipq9574-sdhci", "qcom,sdhci-msm-v5";
    - reg = <0x07804000 0x1000>, <0x07805000 0x1000>;
    - reg-names = "hc", "cqhci";
    + reg = <0x07804000 0x1000>,
    + <0x07805000 0x1000>,
    + <0x07808000 0x2000>;
    + reg-names = "hc", "cqhci", "ice";

    interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
    <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
    @@ -330,9 +332,11 @@ sdhc_1: mmc@7804000 {

    clocks = <&gcc GCC_SDCC1_AHB_CLK>,
    <&gcc GCC_SDCC1_APPS_CLK>,
    - <&xo_board_clk>;
    - clock-names = "iface", "core", "xo";
    + <&xo_board_clk>,
    + <&gcc GCC_SDCC1_ICE_CORE_CLK>;
    + clock-names = "iface", "core", "xo", "ice";
    non-removable;
    + supports-cqe;
    status = "disabled";
    };

    --
    2.41.0

    \
     
     \ /
      Last update: 2023-12-15 10:55    [W:4.300 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site