Skip to content
Snippets Groups Projects
Commit a24faf01 authored by Hemant Agrawal's avatar Hemant Agrawal Committed by Xiaobo Xie
Browse files

dtb: align LS1046A usdpaa-shared file with usdpaa file


it was missing buffer pool initialization and dma-coherent property

Signed-off-by: default avatarHemant Agrawal <hemant.agrawal@nxp.com>
parent f9d7708c
No related branches found
No related tags found
No related merge requests found
...@@ -90,26 +90,30 @@ ...@@ -90,26 +90,30 @@
bp7: buffer-pool@7 { bp7: buffer-pool@7 {
compatible = "fsl,ls1046a-bpool", "fsl,bpool"; compatible = "fsl,ls1046a-bpool", "fsl,bpool";
fsl,bpid = <7>; fsl,bpid = <7>;
fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0>; fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0xdeadbeef>;
fsl,bpool-thresholds = <0x400 0xc00 0x0 0x0>; fsl,bpool-thresholds = <0x400 0xc00 0x0 0x0>;
dma-coherent;
}; };
bp8: buffer-pool@8 { bp8: buffer-pool@8 {
compatible = "fsl,ls1046a-bpool", "fsl,bpool"; compatible = "fsl,ls1046a-bpool", "fsl,bpool";
fsl,bpid = <8>; fsl,bpid = <8>;
fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0>; fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0xabbaf00d>;
fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>; fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
dma-coherent;
}; };
bp9: buffer-pool@9 { bp9: buffer-pool@9 {
compatible = "fsl,ls1046a-bpool", "fsl,bpool"; compatible = "fsl,ls1046a-bpool", "fsl,bpool";
fsl,bpid = <9>; fsl,bpid = <9>;
fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0>; fsl,bpool-ethernet-cfg = <0 16 0 1728 0 0xfeedabba>;
fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>; fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
dma-coherent;
}; };
fsl,dpaa { fsl,dpaa {
compatible = "fsl,ls1046a", "fsl,dpaa", "simple-bus"; compatible = "fsl,ls1046a", "fsl,dpaa", "simple-bus";
dma-coherent;
ethernet@2 { ethernet@2 {
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>; fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment