Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dra7: add second SHA instance

DRA7 SoC has two SHA instances, add the missing second one under the
main dts file.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Tero Kristo and committed by
Tony Lindgren
be5cd39a c9931582

+32 -2
+32 -2
arch/arm/boot/dts/dra7.dtsi
··· 932 932 }; 933 933 }; 934 934 935 - sham_target: target-module@4b101000 { 935 + sham1_target: target-module@4b101000 { 936 936 compatible = "ti,sysc-omap3-sham", "ti,sysc"; 937 937 reg = <0x4b101100 0x4>, 938 938 <0x4b101110 0x4>, ··· 951 951 #size-cells = <1>; 952 952 ranges = <0x0 0x4b101000 0x1000>; 953 953 954 - sham: sham@0 { 954 + sham1: sham@0 { 955 955 compatible = "ti,omap5-sham"; 956 956 reg = <0 0x300>; 957 957 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 958 958 dmas = <&edma_xbar 119 0>; 959 + dma-names = "rx"; 960 + clocks = <&l3_iclk_div>; 961 + clock-names = "fck"; 962 + }; 963 + }; 964 + 965 + sham2_target: target-module@42701000 { 966 + compatible = "ti,sysc-omap3-sham", "ti,sysc"; 967 + reg = <0x42701100 0x4>, 968 + <0x42701110 0x4>, 969 + <0x42701114 0x4>; 970 + reg-names = "rev", "sysc", "syss"; 971 + ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | 972 + SYSC_OMAP2_AUTOIDLE)>; 973 + ti,sysc-sidle = <SYSC_IDLE_FORCE>, 974 + <SYSC_IDLE_NO>, 975 + <SYSC_IDLE_SMART>; 976 + ti,syss-mask = <1>; 977 + /* Domains (P, C): l4per_pwrdm, l4sec_clkdm */ 978 + clocks = <&l4sec_clkctrl DRA7_L4SEC_SHAM2_CLKCTRL 0>; 979 + clock-names = "fck"; 980 + #address-cells = <1>; 981 + #size-cells = <1>; 982 + ranges = <0x0 0x42701000 0x1000>; 983 + 984 + sham2: sham@0 { 985 + compatible = "ti,omap5-sham"; 986 + reg = <0 0x300>; 987 + interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>; 988 + dmas = <&edma_xbar 165 0>; 959 989 dma-names = "rx"; 960 990 clocks = <&l3_iclk_div>; 961 991 clock-names = "fck";