Commit 43cfddc3 authored by Kumar Gala's avatar Kumar Gala

powerpc/85xx: Update P1020 SEC3.3 node to match actual SoC HW

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 38b8f168
...@@ -305,15 +305,16 @@ sdhci@2e000 { ...@@ -305,15 +305,16 @@ sdhci@2e000 {
}; };
crypto@30000 { crypto@30000 {
compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4", compatible = "fsl,sec3.3", "fsl,sec3.1", "fsl,sec3.0",
"fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; "fsl,sec2.4", "fsl,sec2.2", "fsl,sec2.1",
"fsl,sec2.0";
reg = <0x30000 0x10000>; reg = <0x30000 0x10000>;
interrupts = <45 2 58 2>; interrupts = <45 2 58 2>;
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
fsl,num-channels = <4>; fsl,num-channels = <4>;
fsl,channel-fifo-len = <24>; fsl,channel-fifo-len = <24>;
fsl,exec-units-mask = <0xbfe>; fsl,exec-units-mask = <0x97c>;
fsl,descriptor-types-mask = <0x3ab0ebf>; fsl,descriptor-types-mask = <0x3a30abf>;
}; };
mpic: pic@40000 { mpic: pic@40000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment