ARM: dts: samsung: exynos5410: use multiple tuples for sromc ranges

Preferred style is to have comma separated tuples when multiple
addresses and sizes are defined in ranges. Therefore, change the
format to clarify the node.

Signed-off-by: Henrik Grimler <henrik@grimler.se>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Henrik Grimler 2025-09-08 09:26:55 +02:00 committed by Krzysztof Kozlowski
parent 1557c2eb02
commit 31f5a855f7

View File

@ -372,10 +372,10 @@ &sss {
&sromc {
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0x04000000 0x20000
1 0 0x05000000 0x20000
2 0 0x06000000 0x20000
3 0 0x07000000 0x20000>;
ranges = <0 0 0x04000000 0x20000>,
<1 0 0x05000000 0x20000>,
<2 0 0x06000000 0x20000>,
<3 0 0x07000000 0x20000>;
};
&trng {