mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +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>
26 lines
531 B
Plaintext
26 lines
531 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (c) 2018 ARM Ltd.
|
|
|
|
#include <dt-bindings/leds/common.h>
|
|
#include "sun50i-a64-sopine-baseboard.dts"
|
|
|
|
/ {
|
|
model = "Pine64 PINE A64 LTS";
|
|
compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
|
"allwinner,sun50i-a64";
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led {
|
|
function = LED_FUNCTION_STATUS;
|
|
color = <LED_COLOR_ID_BLUE>;
|
|
gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
|
|
};
|
|
};
|
|
};
|
|
|
|
&mmc0 {
|
|
broken-cd; /* card detect is broken on *some* boards */
|
|
};
|