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

On some devicetrees, the drive-strength property gets assigned a MTK_DRIVE_(x)_mA definition, which matches with (x). For example, MTK_DRIVE_8mA equals to 8 and MTK_DRIVE_30mA equals to 30. Also keeping in mind that the drive-strength property is, by (binding) definition, taking a number in milliamperes unit, change all devicetrees to avoid the usage of any MTK_DRIVE_(x) definition. Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Link: https://lore.kernel.org/r/20240620101656.1096374-2-angelogioacchino.delregno@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
25 lines
458 B
Plaintext
25 lines
458 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2023 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8183-kukui-jacuzzi-fennel.dtsi"
|
|
#include "mt8183-kukui-audio-ts3a227e-rt1015p.dtsi"
|
|
|
|
/ {
|
|
model = "Google makomo sku1 board";
|
|
chassis-type = "laptop";
|
|
compatible = "google,makomo-sku1", "google,makomo", "mediatek,mt8183";
|
|
};
|
|
|
|
&qca_wifi {
|
|
qcom,ath10k-calibration-variant = "GO_FENNEL14";
|
|
};
|
|
|
|
&mmc1_pins_uhs {
|
|
pins-clk {
|
|
drive-strength = <6>;
|
|
};
|
|
};
|