Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:14:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raspberrypi-firmware-dt"

Mon Mar  9 18:14:38 2020 rev:24 rq:782175 version:2020.02.03

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
        2020-02-29 17:15:13.740892218 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.26092/raspberrypi-firmware-dt.changes
     2020-03-09 18:14:55.297427500 +0100
@@ -1,0 +2,13 @@
+Fri Feb 28 11:32:19 UTC 2020 - Nicolas Patricio Saenz Julienne 
<[email protected]>
+
+- Add rpi4-gpio-names-overlay.dts so as to have a consistent way to access
+  GPIOs, as opposed to sysfs (bsc#1164722)
+
+-------------------------------------------------------------------
+Thu Feb 27 11:27:47 UTC 2020 - Nicolas Patricio Saenz Julienne 
<[email protected]>
+
+- Replace PCIE overlay rpi4-pcie-ib-size-fix-overlay.dts with patch
+  pcie-dma-ranges.patch, as RPI's firmware scans/alters that value before
+  applying overlays (bsc#1165143)
+
+-------------------------------------------------------------------

Old:
----
  rpi4-pcie-ib-size-fix-overlay.dts

New:
----
  pcie-dma-ranges.patch
  rpi4-gpio-names-overlay.dts

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.JnL3BF/_old  2020-03-09 18:14:55.729427710 +0100
+++ /var/tmp/diff_new_pack.JnL3BF/_new  2020-03-09 18:14:55.729427710 +0100
@@ -26,10 +26,11 @@
 Source:         raspberrypi-firmware-dt-%{version}.tar.xz
 Source1:        disable-vc4-overlay.dts
 Source2:        rpi4-cma-overlay.dts
-Source3:        rpi4-pcie-ib-size-fix-overlay.dts
-Source4:        rpi4-thermal.dts
+Source3:        rpi4-thermal.dts
+Source4:        rpi4-gpio-names-overlay.dts
 Source100:      get-from-git.sh
 Patch0:         remove-vmmc-emmc2.patch
+Patch1:         pcie-dma-ranges.patch
 Requires:       raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -43,6 +44,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 
 %build
 SRCDIR=`pwd`

++++++ pcie-dma-ranges.patch ++++++
>From f517c7f214d438b63092d397a9f944c1e3f1dcc2 Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne <[email protected]>
Date: Thu, 27 Feb 2020 12:23:35 +0100
Subject: [PATCH] ARM: dts: bcm2711: Fix pci-brcmstb's dma-ranges

The B0 revision of boards can only DMA to the lower 3GB of memory. Honor
that limitation and let the firmware update it when relevant.

Signed-off-by: Nicolas Saenz Julienne <[email protected]>
---
 arch/arm/boot/dts/bcm2711-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2711-rpi.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi.dtsi
index 8011cb6361d3..7b2ddf36d32c 100644
--- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
@@ -102,7 +102,7 @@ IRQ_TYPE_LEVEL_HIGH
                 * to scb:0x0_00000000-ffffffff
                 */
                dma-ranges = <0x02000000 0x0 0x00000000  0x0 0x00000000
-                             0x1 0x00000000>;
+                             0x0 0xc0000000>;
                status = "okay";
        };
 
-- 
2.25.1

++++++ rpi4-gpio-names-overlay.dts ++++++
/dts-v1/;
/plugin/;

/{
        compatible = "brcm,bcm2711";

        fragment@0 {
                target = <&gpio>;
                __overlay__ {
                       /*
                        * Parts taken from rpi_SCH_4b_4p0_reduced.pdf and
                        * the official GPU firmware DT blob.
                        *
                        * Legend:
                        * "FOO" = GPIO line named "FOO" on the schematic
                        * "FOO_N" = GPIO line named "FOO" on schematic, active 
low
                        */
                       gpio-line-names = "ID_SDA",
                                         "ID_SCL",
                                         "SDA1",
                                         "SCL1",
                                         "GPIO_GCLK",
                                         "GPIO5",
                                         "GPIO6",
                                         "SPI_CE1_N",
                                         "SPI_CE0_N",
                                         "SPI_MISO",
                                         "SPI_MOSI",
                                         "SPI_SCLK",
                                         "GPIO12",
                                         "GPIO13",
                                         /* Serial port */
                                         "TXD1",
                                         "RXD1",
                                         "GPIO16",
                                         "GPIO17",
                                         "GPIO18",
                                         "GPIO19",
                                         "GPIO20",
                                         "GPIO21",
                                         "GPIO22",
                                         "GPIO23",
                                         "GPIO24",
                                         "GPIO25",
                                         "GPIO26",
                                         "GPIO27",
                                         "RGMII_MDIO",
                                         "RGMIO_MDC",
                                         /* Used by BT module */
                                         "CTS0",
                                         "RTS0",
                                         "TXD0",
                                         "RXD0",
                                         /* Used by Wifi */
                                         "SD1_CLK",
                                         "SD1_CMD",
                                         "SD1_DATA0",
                                         "SD1_DATA1",
                                         "SD1_DATA2",
                                         "SD1_DATA3",
                                         /* Shared with SPI flash */
                                         "PWM0_MISO",
                                         "PWM1_MOSI",
                                         "STATUS_LED_G_CLK",
                                         "SPIFLASH_CE_N",
                                         "SDA0",
                                         "SCL0",
                                         "RGMII_RXCLK",
                                         "RGMII_RXCTL",
                                         "RGMII_RXD0",
                                         "RGMII_RXD1",
                                         "RGMII_RXD2",
                                         "RGMII_RXD3",
                                         "RGMII_TXCLK",
                                         "RGMII_TXCTL",
                                         "RGMII_TXD0",
                                         "RGMII_TXD1",
                                         "RGMII_TXD2",
                                         "RGMII_TXD3";
                };
        };
};

Reply via email to