Skip to content

Commit

Permalink
arm64: dts: mt8183: Add kukui-jacuzzi-juniper board
Browse files Browse the repository at this point in the history
Juniper is known as Acer Chromebook Spin 311 (CP311-3H).

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Tested-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Link: https://lore.kernel.org/r/20210319035245.2751911-4-hsinyi@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
  • Loading branch information
Hsin-Yi Wang authored and Matthias Brugger committed Mar 29, 2021
1 parent cabc71b commit 124d643
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana-rev7.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-jacuzzi-damu.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-jacuzzi-juniper-sku16.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-krane-sku0.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-krane-sku176.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8192-evb.dtb
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2021 Google LLC
*/

/dts-v1/;
#include "mt8183-kukui-jacuzzi-juniper.dtsi"

/ {
model = "Google juniper sku16 board";
compatible = "google,juniper-sku16", "google,juniper", "mediatek,mt8183";
};

27 changes: 27 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2021 Google LLC
*/

/dts-v1/;
#include "mt8183-kukui-jacuzzi.dtsi"

&i2c2 {
trackpad@2c {
compatible = "hid-over-i2c";
reg = <0x2c>;
hid-descr-addr = <0x20>;

pinctrl-names = "default";
pinctrl-0 = <&trackpad_pins>;

interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>;

wakeup-source;
};
};

&qca_wifi {
qcom,ath10k-calibration-variant = "GO_JUNIPER";
};

0 comments on commit 124d643

Please sign in to comment.