Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2020-01-14 21:09:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Tue Jan 14 21:09:52 2020 rev:14 rq:764256 version:2020.01.09
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2019-11-28 13:51:13.170686877 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.6675/raspberrypi-firmware-dt.changes
2020-01-14 21:13:31.534935778 +0100
@@ -1,0 +2,8 @@
+Fri Jan 10 13:33:08 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Update rpi4-genet-overlay.dts and create upstream-rpi4-genet-phy.patch to fix
+ phy configuration (bsc#1160310)
+- Update to 30757c902b (2020-01-09)
+ * based on rpi-5.4.y
+
+-------------------------------------------------------------------
Old:
----
raspberrypi-firmware-dt-2019.09.19.tar.xz
New:
----
raspberrypi-firmware-dt-2020.01.09.tar.xz
upstream-rpi4-genet-phy.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.BIp5rC/_old 2020-01-14 21:13:33.642936737 +0100
+++ /var/tmp/diff_new_pack.BIp5rC/_new 2020-01-14 21:13:33.642936737 +0100
@@ -1,7 +1,7 @@
#
# spec file for package raspberrypi-firmware-dt
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: raspberrypi-firmware-dt
-Version: 2019.09.19
+Version: 2020.01.09
Release: 0
Summary: Device trees for the Raspberry Pi firmware loader
License: GPL-2.0-only
@@ -29,6 +29,7 @@
Source3: rpi4-pcie-ib-size-fix-overlay.dts
Source4: rpi4-genet-overlay.dts
Source100: get-from-git.sh
+Patch0: upstream-rpi4-genet-phy.patch
Requires: raspberrypi-firmware
BuildRequires: dtc
BuildRequires: raspberrypi-firmware
@@ -41,6 +42,7 @@
%prep
%setup
+%patch0 -p1
%build
SRCDIR=`pwd`
++++++ get-from-git.sh ++++++
--- /var/tmp/diff_new_pack.BIp5rC/_old 2020-01-14 21:13:33.686936757 +0100
+++ /var/tmp/diff_new_pack.BIp5rC/_new 2020-01-14 21:13:33.690936759 +0100
@@ -1,6 +1,6 @@
#!/bin/bash
-LINUX_BRANCH=rpi-5.3.y
+LINUX_BRANCH=rpi-5.4.y
# this is a huge hunk of stuff, so reuse the local repo if possible
if [ -d linux/.git ]; then
++++++ raspberrypi-firmware-dt-2019.09.19.tar.xz ->
raspberrypi-firmware-dt-2020.01.09.tar.xz ++++++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2019.09.19.tar.xz
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.6675/raspberrypi-firmware-dt-2020.01.09.tar.xz
differ: char 26, line 1
++++++ rpi4-genet-overlay.dts ++++++
--- /var/tmp/diff_new_pack.BIp5rC/_old 2020-01-14 21:13:33.746936784 +0100
+++ /var/tmp/diff_new_pack.BIp5rC/_new 2020-01-14 21:13:33.750936786 +0100
@@ -13,6 +13,7 @@
target = <&genet>;
__overlay__ {
compatible = "brcm,bcm2711-genet-v5";
+ phy-mode = "rgmii-rxid";
};
};
};
++++++ upstream-rpi4-genet-phy.patch ++++++
>From 2a45baeecddbabe34ce32aae6ae73cd36240e114 Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne <[email protected]>
Date: Fri, 10 Jan 2020 14:46:09 +0100
Subject: [PATCH] ARM: dts: bcm2838: fix genet's phy to match upstream
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
---
arch/arm/boot/dts/bcm2838.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/boot/dts/bcm2838.dtsi b/arch/arm/boot/dts/bcm2838.dtsi
index 41a31cacdffe..49e01561e11f 100644
--- a/arch/arm/boot/dts/bcm2838.dtsi
+++ b/arch/arm/boot/dts/bcm2838.dtsi
@@ -375,10 +375,6 @@
reg = <0xe14 0x8>;
reg-names = "mdio";
phy1: genet-phy@0 {
- compatible =
- "ethernet-phy-ieee802.3-c22";
- /* No interrupts - use PHY_POLL */
- max-speed = <1000>;
reg = <0x1>;
led-modes = <0x00 0x08>; /*
link/activity link */
};
--
2.24.1