mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot (Rockchip): drop upstreamed patches for 2024.07
replaced by upstream: -1520e81871
-2dfa45a785
-4e3c7e89d9
-055061dc35
This commit is contained in:
parent
d2bbfa6c1b
commit
83fe5d2716
@ -1,37 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Bee <knaerzche@gmail.com>
|
||||
Date: Mon, 31 Oct 2022 17:16:07 +0100
|
||||
Subject: [PATCH 6/6] Rockchip: rk3399-evb: Don't initalize i2c bus in SPL
|
||||
|
||||
Since we are using this device as fallback for boards which are not supported
|
||||
by mainline u-boot in combination with vendor TPL/SPL, we need to make sure
|
||||
that i2c is initalized in BL33 because vendor bootchain doesn't do that in
|
||||
an earlier level.
|
||||
---
|
||||
arch/arm/dts/rk3399-evb-u-boot.dtsi | 10 +---------
|
||||
1 file changed, 1 insertion(+), 9 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/dts/rk3399-evb-u-boot.dtsi b/arch/arm/dts/rk3399-evb-u-boot.dtsi
|
||||
index 5e39b1493d..18733da7f9 100644
|
||||
--- a/arch/arm/dts/rk3399-evb-u-boot.dtsi
|
||||
+++ b/arch/arm/dts/rk3399-evb-u-boot.dtsi
|
||||
@@ -9,18 +9,10 @@
|
||||
/ {
|
||||
chosen {
|
||||
stdout-path = "serial2:1500000n8";
|
||||
- u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
||||
+ u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
|
||||
};
|
||||
};
|
||||
|
||||
-&i2c0 {
|
||||
- bootph-all;
|
||||
-};
|
||||
-
|
||||
-&rk808 {
|
||||
- bootph-all;
|
||||
-};
|
||||
-
|
||||
&tcphy1 {
|
||||
status = "okay";
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user