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

A couple of the fixed regulators in the Kukui dtsi do not actually exist in the hardware design; they are simply power rails connected together with 0 ohm bridges. Drop them and assign their upstream supplies to their consumers instead. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20241030070224.1006331-5-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
37 lines
721 B
Plaintext
37 lines
721 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2023 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8183-kukui-kakadu.dtsi"
|
|
#include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
|
|
|
/ {
|
|
model = "Google katsu board";
|
|
chassis-type = "tablet";
|
|
compatible = "google,katsu-sku32", "google,katsu", "mediatek,mt8183";
|
|
};
|
|
|
|
&i2c0 {
|
|
touchscreen1: touchscreen@5d {
|
|
compatible = "goodix,gt7375p";
|
|
reg = <0x5d>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&open_touch>;
|
|
|
|
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
reset-gpios = <&pio 156 GPIO_ACTIVE_LOW>;
|
|
vdd-supply = <&pp3300_alw>;
|
|
};
|
|
};
|
|
|
|
&panel {
|
|
compatible = "starry,2081101qfh032011-53g";
|
|
};
|
|
|
|
&qca_wifi {
|
|
qcom,ath10k-calibration-variant = "GO_KATSU";
|
|
};
|