1 From 74a4dd8daf47253654d13143608b6b3518d8dc42 Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <wahrenst@gmx.net>
3 Date: Sun, 19 May 2019 12:20:00 +0200
4 Subject: [PATCH 521/773] ARM: bcm283x: Reduce register ranges for UART, SPI
7 The assigned register ranges for UART, SPI and I2C were too wasteful.
8 In order to avoid overlapping with the new functions on BCM2838
11 Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
13 arch/arm/boot/dts/bcm283x.dtsi | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
16 --- a/arch/arm/boot/dts/bcm283x.dtsi
17 +++ b/arch/arm/boot/dts/bcm283x.dtsi
20 uart0: serial@7e201000 {
21 compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
22 - reg = <0x7e201000 0x1000>;
23 + reg = <0x7e201000 0x200>;
25 clocks = <&clocks BCM2835_CLOCK_UART>,
26 <&clocks BCM2835_CLOCK_VPU>;
30 compatible = "brcm,bcm2835-spi";
31 - reg = <0x7e204000 0x1000>;
32 + reg = <0x7e204000 0x200>;
34 clocks = <&clocks BCM2835_CLOCK_VPU>;
39 compatible = "brcm,bcm2835-i2c";
40 - reg = <0x7e205000 0x1000>;
41 + reg = <0x7e205000 0x200>;
43 clocks = <&clocks BCM2835_CLOCK_VPU>;