mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
Correct firmware paths for the Lenovo Miix 630 to include the SoC name. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220919190037.2122284-3-dmitry.baryshkov@linaro.org
38 lines
704 B
Plaintext
38 lines
704 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8998-clamshell.dtsi"
|
|
|
|
/ {
|
|
model = "Lenovo Miix 630";
|
|
compatible = "lenovo,miix-630", "qcom,msm8998";
|
|
chassis-type = "convertible";
|
|
};
|
|
|
|
&blsp1_i2c6 {
|
|
status = "okay";
|
|
|
|
keyboard@3a {
|
|
compatible = "hid-over-i2c";
|
|
reg = <0x3a>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&touchpad>;
|
|
|
|
interrupt-parent = <&tlmm>;
|
|
interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
hid-descr-addr = <0x0001>;
|
|
};
|
|
};
|
|
|
|
&remoteproc_mss {
|
|
firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn",
|
|
"qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn";
|
|
};
|
|
|
|
&sdhc2 {
|
|
cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
|
|
};
|