-
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-juniper board
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
Showing
3 changed files
with
41 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
13 changes: 13 additions & 0 deletions
13
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.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,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
27
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper.dtsi
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,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"; | ||
}; | ||
|