mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
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:
parent
1557c2eb02
commit
31f5a855f7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user