aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-08-31 04:54:57 -0400
committerSimon Horman <horms+renesas@verge.net.au>2018-09-13 03:47:57 -0400
commit8db067d55335dcfb4be9cc6e5f561129b1fd5863 (patch)
treec0990f0ded41173480040742ec9f9acfe8288ab0
parent103db9b539567073de2200a8a0a725646610865d (diff)
arm64: dts: renesas: r8a7795: Move arm_cc630p node
To preserve by-address-per-group sort order. Fixes: 0f6d237cafda2e06 ("arm64: dts: renesas: r8a7795: add ccree to device tree") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7795.dtsi18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index c417d4a098df..abb361e41ef6 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -525,15 +525,6 @@
525 status = "disabled"; 525 status = "disabled";
526 }; 526 };
527 527
528 arm_cc630p: crypto@e6601000 {
529 compatible = "arm,cryptocell-630p-ree";
530 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
531 reg = <0x0 0xe6601000 0 0x1000>;
532 clocks = <&cpg CPG_MOD 229>;
533 resets = <&cpg 229>;
534 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
535 };
536
537 i2c3: i2c@e66d0000 { 528 i2c3: i2c@e66d0000 {
538 #address-cells = <1>; 529 #address-cells = <1>;
539 #size-cells = <0>; 530 #size-cells = <0>;
@@ -805,6 +796,15 @@
805 status = "disabled"; 796 status = "disabled";
806 }; 797 };
807 798
799 arm_cc630p: crypto@e6601000 {
800 compatible = "arm,cryptocell-630p-ree";
801 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
802 reg = <0x0 0xe6601000 0 0x1000>;
803 clocks = <&cpg CPG_MOD 229>;
804 resets = <&cpg 229>;
805 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
806 };
807
808 dmac0: dma-controller@e6700000 { 808 dmac0: dma-controller@e6700000 {
809 compatible = "renesas,dmac-r8a7795", 809 compatible = "renesas,dmac-r8a7795",
810 "renesas,rcar-dmac"; 810 "renesas,rcar-dmac";