Skip to content

Commit

Permalink
arm64: dts: mt8183: Add kukui-jacuzzi-damu board
Browse files Browse the repository at this point in the history
Damu is known as ASUS Chromebook Flip CM3.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20210319035245.2751911-3-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 c60dd29 commit cabc71b
Show file tree
Hide file tree
Showing 3 changed files with 506 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 @@ -13,6 +13,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb
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-krane-sku0.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-krane-sku176.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8192-evb.dtb
Expand Down
31 changes: 31 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2021 Google LLC
*/

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

/ {
model = "Google damu board";
compatible = "google,damu", "mediatek,mt8183";
};

&touchscreen {
status = "okay";

compatible = "hid-over-i2c";
reg = <0x10>;
interrupt-parent = <&pio>;
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&touchscreen_pins>;

post-power-on-delay-ms = <10>;
hid-descr-addr = <0x0001>;
};

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

Loading

0 comments on commit cabc71b

Please sign in to comment.