forked from Minki/linux
ARM: dts: uniphier: change the external bus address mapping
In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces 0x00000000 - 0x0fffffff 0x40000000 - 0x4fffffff are both mapped to the external bus (also called system bus), so either was OK. In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is assigned for the serial NOR interface. For the consistency, use the latter for all the SoCs. Also, fix the range properties to reflect the real address mapping, where the support card is located at the offset address 0x01f00000 of CS1 of the external bus. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
b1ee27d44d
commit
36dd6066c0
@ -74,12 +74,11 @@
|
||||
};
|
||||
|
||||
&extbus {
|
||||
ranges = <0 0x00000000 0x0f000000 0x01000000
|
||||
1 0x00000000 0x00000000 0x08000000>;
|
||||
ranges = <1 0x00000000 0x42000000 0x02000000>;
|
||||
};
|
||||
|
||||
&support_card {
|
||||
ranges = <0x00000000 1 0x03f00000 0x00100000>;
|
||||
ranges = <0x00000000 1 0x01f00000 0x00100000>;
|
||||
};
|
||||
|
||||
ðsc {
|
||||
|
@ -76,12 +76,11 @@
|
||||
};
|
||||
|
||||
&extbus {
|
||||
ranges = <0 0x00000000 0x0f000000 0x01000000
|
||||
1 0x00000000 0x00000000 0x08000000>;
|
||||
ranges = <1 0x00000000 0x42000000 0x02000000>;
|
||||
};
|
||||
|
||||
&support_card {
|
||||
ranges = <0x00000000 1 0x03f00000 0x00100000>;
|
||||
ranges = <0x00000000 1 0x01f00000 0x00100000>;
|
||||
};
|
||||
|
||||
ðsc {
|
||||
|
@ -76,12 +76,11 @@
|
||||
};
|
||||
|
||||
&extbus {
|
||||
ranges = <0 0x00000000 0x0f000000 0x01000000
|
||||
1 0x00000000 0x00000000 0x08000000>;
|
||||
ranges = <1 0x00000000 0x42000000 0x02000000>;
|
||||
};
|
||||
|
||||
&support_card {
|
||||
ranges = <0x00000000 1 0x03f00000 0x00100000>;
|
||||
ranges = <0x00000000 1 0x01f00000 0x00100000>;
|
||||
};
|
||||
|
||||
ðsc {
|
||||
|
@ -75,12 +75,11 @@
|
||||
};
|
||||
|
||||
&extbus {
|
||||
ranges = <0 0x00000000 0x0f000000 0x01000000
|
||||
1 0x00000000 0x00000000 0x08000000>;
|
||||
ranges = <1 0x00000000 0x42000000 0x02000000>;
|
||||
};
|
||||
|
||||
&support_card {
|
||||
ranges = <0x00000000 1 0x03f00000 0x00100000>;
|
||||
ranges = <0x00000000 1 0x01f00000 0x00100000>;
|
||||
};
|
||||
|
||||
ðsc {
|
||||
|
@ -74,12 +74,11 @@
|
||||
};
|
||||
|
||||
&extbus {
|
||||
ranges = <0 0x00000000 0x0f000000 0x01000000
|
||||
1 0x00000000 0x00000000 0x08000000>;
|
||||
ranges = <1 0x00000000 0x42000000 0x02000000>;
|
||||
};
|
||||
|
||||
&support_card {
|
||||
ranges = <0x00000000 1 0x03f00000 0x00100000>;
|
||||
ranges = <0x00000000 1 0x01f00000 0x00100000>;
|
||||
};
|
||||
|
||||
ðsc {
|
||||
|
Loading…
Reference in New Issue
Block a user