Skip to content

Commit

Permalink
Merge pull request #918 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Mar 28, 2024
2 parents 4525531 + f075182 commit b906fd6
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to
- Fix libcamera crashes due to clang patches
- Fix musl builds for openflow, liburing, tracker-miners, libcamera
plocate
- Bump linux-raspberrypi to 6.6.22

### Added

Expand All @@ -50,7 +51,8 @@ and this project adheres to
python3-tomli-w, python3-invoke, python3-icecream
python3-types-python-dateutil, python3-freezegun
buildtools-imagemagick, spandsp, sngrep, bluez-tools
freerdp3, python3-dbus, msgraph, gtk4mm
freerdp3, python3-dbus, msgraph, gtk4mm, aer-inject
microsoft-gsl, libcpr

- Add genericarm64 MACHINE

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 1 files
+1 −1 ci/check-warnings
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 105 files
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
From 442ff80c5e32f6a01ec160b15efb8ada114beff5 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Tue, 26 Mar 2024 12:24:50 -0700
Subject: [PATCH] Enable PCIE for imx8qm-var-som

Upstream-Status: Pending

Signed-off-by: Khem Raj <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi
index 62d17f620822..f055d864df6d 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi
@@ -676,8 +676,12 @@ &mipi_csi_1 {
status = "disabled";
};

+&phyx2_0 {
+ fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
+ status = "okay";
+};
+
&pciea{
- ext_osc = <1>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pciea>;
reset-gpio = <&lsio_gpio3 14 GPIO_ACTIVE_LOW>;
--
2.44.0

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://overlayfs.cfg"
SRC_URI += "file://nologo.cfg"

SRC_URI += "file://0001-Enable-PCIE-for-imx8qm-var-som.patch"

0 comments on commit b906fd6

Please sign in to comment.