-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: mt8183: Add kukui-jacuzzi-damu board
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
Showing
3 changed files
with
506 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; | ||
|
Oops, something went wrong.