mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
"sitronix,st7789v" is not a defined fallback for "jasonic,jt240mhqs-hwt-ek-e3", so drop it. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260108230600.1348699-1-robh@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
|
/*
|
|
* Device tree overlay for the WolfVision PF5 Visualizer display.
|
|
*
|
|
* Copyright (C) 2024 WolfVision GmbH.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "rk3568-wolfvision-pf5-display.dtsi"
|
|
|
|
&st7789 {
|
|
compatible = "jasonic,jt240mhqs-hwt-ek-e3";
|
|
rotation = <270>;
|
|
};
|