ARM: dts: ixp42x: Expand syscon register range
We have at least 0x30 registers in the IXP42x syscon as register 0x2c is actively used to read platform features. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f960b33f6d
commit
0b6a849bb7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
soc {
|
||||
bus@c4000000 {
|
||||
compatible = "intel,ixp42x-expansion-bus-controller", "syscon";
|
||||
reg = <0xc4000000 0x28>;
|
||||
reg = <0xc4000000 0x30>;
|
||||
};
|
||||
|
||||
pci@c0000000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue