Skip to content

Commit 8396bdc

Browse files
lkundrakolofj
authored andcommitted
ARM: dts: mmp3: Fix the TWSI ranges
The register blocks don't occupy 4K. In fact, some blocks are packed close to others and assuming they're 4K causes overlaps: pxa2xx-i2c d4033800.i2c: can't request region for resource [mem 0xd4033800-0xd40347ff] Link: https://lore.kernel.org/r/20191220071443.247183-1-lkundrak@v3.sk Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 8bea5ac commit 8396bdc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356

357357
twsi1: i2c@d4011000 {
358358
compatible = "mrvl,mmp-twsi";
359-
reg = <0xd4011000 0x1000>;
359+
reg = <0xd4011000 0x70>;
360360
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
361361
clocks = <&soc_clocks MMP2_CLK_TWSI0>;
362362
resets = <&soc_clocks MMP2_CLK_TWSI0>;
@@ -368,7 +368,7 @@
368368

369369
twsi2: i2c@d4031000 {
370370
compatible = "mrvl,mmp-twsi";
371-
reg = <0xd4031000 0x1000>;
371+
reg = <0xd4031000 0x70>;
372372
interrupt-parent = <&twsi_mux>;
373373
interrupts = <0>;
374374
clocks = <&soc_clocks MMP2_CLK_TWSI1>;
@@ -380,7 +380,7 @@
380380

381381
twsi3: i2c@d4032000 {
382382
compatible = "mrvl,mmp-twsi";
383-
reg = <0xd4032000 0x1000>;
383+
reg = <0xd4032000 0x70>;
384384
interrupt-parent = <&twsi_mux>;
385385
interrupts = <1>;
386386
clocks = <&soc_clocks MMP2_CLK_TWSI2>;
@@ -392,7 +392,7 @@
392392

393393
twsi4: i2c@d4033000 {
394394
compatible = "mrvl,mmp-twsi";
395-
reg = <0xd4033000 0x1000>;
395+
reg = <0xd4033000 0x70>;
396396
interrupt-parent = <&twsi_mux>;
397397
interrupts = <2>;
398398
clocks = <&soc_clocks MMP2_CLK_TWSI3>;
@@ -405,7 +405,7 @@
405405

406406
twsi5: i2c@d4033800 {
407407
compatible = "mrvl,mmp-twsi";
408-
reg = <0xd4033800 0x1000>;
408+
reg = <0xd4033800 0x70>;
409409
interrupt-parent = <&twsi_mux>;
410410
interrupts = <3>;
411411
clocks = <&soc_clocks MMP2_CLK_TWSI4>;
@@ -417,7 +417,7 @@
417417

418418
twsi6: i2c@d4034000 {
419419
compatible = "mrvl,mmp-twsi";
420-
reg = <0xd4034000 0x1000>;
420+
reg = <0xd4034000 0x70>;
421421
interrupt-parent = <&twsi_mux>;
422422
interrupts = <4>;
423423
clocks = <&soc_clocks MMP2_CLK_TWSI5>;

0 commit comments

Comments
 (0)