| Submitter | Po Liu |
|---|---|
| Date | Feb. 19, 2013, 12:29 a.m. |
| Message ID | <1361233746-19106-1-git-send-email-po.liu@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/221598/ |
| State | Accepted |
| Commit | db29cd3c4497e7edf9176284ba7cf3cec1814c7a |
| Headers | show |
Comments
On Feb 18, 2013, at 6:29 PM, Po Liu wrote: > This facilitates getting the physical address of the SEC node. > > Signed-off-by: Liu po <po.liu@freescale.com> > --- > arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Why are you reposting this, I already applied it: http://git.kernel.org/?p=linux/kernel/git/galak/powerpc.git;a=commit;h=db29cd3c4497e7edf9176284ba7cf3cec1814c7a - k
Thanks again for the fix. Just ignore this post. Best regards, Liu Po - 8038 -----Original Message----- From: Gala Kumar-B11780 Sent: Wednesday, February 20, 2013 12:01 AM To: Liu Po-B43644 Cc: <linuxppc-dev@ozlabs.org> Subject: Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC On Feb 18, 2013, at 6:29 PM, Po Liu wrote: > This facilitates getting the physical address of the SEC node. > > Signed-off-by: Liu po <po.liu@freescale.com> > --- > arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Why are you reposting this, I already applied it: http://git.kernel.org/?p=linux/kernel/git/galak/powerpc.git;a=commit;h=db29cd3c4497e7edf9176284ba7cf3cec1814c7a - k
Patch
diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi index d4c9d5d..ffadcb5 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi @@ -36,6 +36,7 @@ crypto@30000 { compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; #address-cells = <1>; #size-cells = <1>; + ranges = <0x0 0x30000 0x10000>; reg = <0x30000 0x10000>; interrupts = <58 2 0 0>;
This facilitates getting the physical address of the SEC node. Signed-off-by: Liu po <po.liu@freescale.com> --- arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)