mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
t23x: dts: temporarily remove framebuffer
A dce-fw crash is happening due to improper handoff of display framebuffer from uefi to the kernel. Remove the /chosen/framebuffer node temporarily until t23x kernel display hand-off is supported. Bug 5411101 Change-Id: Ib5a200a92d94cb59870d6528667d4c17d6ae2012 Signed-off-by: Ivy Huang <yijuh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3433780 (cherry picked from commit 2e8b144a8f9d2b91794956c849883ddf6c18b18e in dev-main) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3454531 Reviewed-by: Andrew Chew <achew@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Tested-by: Andrew Chew <achew@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1ffe0b2bb4
commit
eddfded360
@@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
#include <dt-bindings/power/tegra234-powergate.h>
|
||||
|
||||
@@ -263,3 +263,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/* Bug 5411101 */
|
||||
/delete-node/ &{/chosen/framebuffer};
|
||||
|
||||
Reference in New Issue
Block a user