-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #918 from YoeDistro/kraj/master
Update layers
- Loading branch information
Showing
10 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-openembedded
updated
105 files
Submodule meta-raspberrypi
updated
3 files
+10 −1 | recipes-bsp/bootfiles/rpi-bootfiles.bb | |
+5 −8 | recipes-bsp/common/raspberrypi-firmware.inc | |
+3 −3 | recipes-kernel/linux/linux-raspberrypi_6.6.bb |
Submodule meta-variscite-bsp
updated
2 files
+48 −0 | recipes-devtools/uuu/uuu/0001-include-missing-stdint.h.patch | |
+2 −0 | recipes-devtools/uuu/uuu_git.bbappend |
33 changes: 33 additions & 0 deletions
33
...iscite-bsp/recipes-kernel/linux/linux-variscite/0001-Enable-PCIE-for-imx8qm-var-som.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 2 additions & 0 deletions
2
...ces/meta-yoe/dynamic-layers/variscite-bsp/recipes-kernel/linux/linux-variscite_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Submodule poky
updated
7 files