ARM: dts: Allow simultaneous usage exynos-rng and s5p-sss drivers on exynos5
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Mon, 11 Jan 2016 11:40:28 +0000 (20:40 +0900)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 25 Jan 2016 06:25:45 +0000 (15:25 +0900)
commitcb4f2d7537686e6b0bfad0bc433d1cbd68a7eb08
treeeacce7487829d4a39e9f6fd7cfa0f1703bab91d9
parenta090435727f6ccf0c5e77793ca48681122e5b950
ARM: dts: Allow simultaneous usage exynos-rng and s5p-sss drivers on exynos5

The s5p-sss crypto HW acceleration driver supports only AES algorithms
thus it accesses only registers from feeder (offset 0x0, length 0x100)
and AES (offset 0x200, length 0x100) blocks of Security SubSystem (SSS).

The exynos-rng Pseudo Random Number Generator driver accesses only PRNG
block at offset 0x400 (length 0x100).

Narrow the size of memory mapped by s5p-sss driver so both drivers can
be loaded at the same time.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi