mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
52 lines
1.4 KiB
Diff
52 lines
1.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jianhua Lu <lujianhua000@gmail.com>
|
|
Date: Mon, 11 Mar 2024 23:27:42 +0800
|
|
Subject: arm64: dts: qcom: sm8250-xiaomi-elish: remove framebuffer initialized
|
|
by xbl
|
|
|
|
---
|
|
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 20 ----------
|
|
1 file changed, 20 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
@@ -36,21 +36,6 @@ aliases {
|
|
serial0 = &uart6;
|
|
};
|
|
|
|
- chosen {
|
|
- #address-cells = <2>;
|
|
- #size-cells = <2>;
|
|
- ranges;
|
|
-
|
|
- framebuffer: framebuffer@9c000000 {
|
|
- compatible = "simple-framebuffer";
|
|
- reg = <0x0 0x9c000000 0x0 0x2300000>;
|
|
- width = <1600>;
|
|
- height = <2560>;
|
|
- stride = <(1600 * 4)>;
|
|
- format = "a8r8g8b8";
|
|
- };
|
|
- };
|
|
-
|
|
battery_l: battery-l {
|
|
compatible = "simple-battery";
|
|
voltage-min-design-microvolt = <3870000>;
|
|
@@ -207,11 +192,6 @@ cdsp_secure_heap: cdsp-secure-heap@8e100000 {
|
|
no-map;
|
|
};
|
|
|
|
- cont_splash_mem: cont-splash@9c000000 {
|
|
- reg = <0x0 0x9c000000 0x0 0x2300000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
ramoops@b0000000 {
|
|
compatible = "ramoops";
|
|
reg = <0x0 0xb0000000 0x0 0x400000>;
|
|
--
|
|
Armbian
|
|
|