mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

Correct the model names of a few Pine64 boards and devices, according to their official names used in the Pine64 wiki and on the official Pine64 website. [1][2][3] This ensures consistency between the officially used names and the names in the source code. [1] https://wiki.pine64.org/wiki/PINE_A64 [2] https://wiki.pine64.org/wiki/PINE_H64 [3] https://pine64.org/devices/ Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Cc: Marek Kraus <gamiee@pine64.org> Signed-off-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/4a988518e0dba5de3ecfc172a0fa2b0653c00d8b.1716768092.git.dsimic@manjaro.org Signed-off-by: Chen-Yu Tsai <wens@csie.org>
27 lines
512 B
Plaintext
27 lines
512 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2020 Icenowy Zheng <icenowy@aosc.io>
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sun50i-a64-pinetab.dts"
|
|
|
|
/ {
|
|
model = "Pine64 PineTab Early Adopter";
|
|
compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
|
|
};
|
|
|
|
&dsi {
|
|
/delete-node/ panel@0;
|
|
|
|
panel@0 {
|
|
compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
|
|
reg = <0>;
|
|
power-supply = <®_dc1sw>;
|
|
reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
|
|
backlight = <&backlight>;
|
|
};
|
|
};
|