Skip to content

Commit

Permalink
powerpc/85xx: dts - add ranges property for SEC
Browse files Browse the repository at this point in the history
This facilitates getting the physical address of the SEC node.

Signed-off-by: Liu po <po.liu@freescale.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Po Liu authored and Kumar Gala committed Feb 13, 2013
1 parent ed59b3e commit db29cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down

0 comments on commit db29cd3

Please sign in to comment.