diff options
author | Julian Goldsmith <julian@juliangoldsmith.com> | 2022-11-28 18:25:30 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-05 16:36:46 -0600 |
commit | 378f0231330dd13da27e856c44031cef00012ee3 (patch) | |
tree | 2c4d1200a20f3db49f55f602fad898bf5cf553e9 /arch/arm/boot/dts/Makefile | |
parent | c8f740af515848b26be9469c5f338e3b5dd0e57c (diff) | |
download | linux-stable-378f0231330dd13da27e856c44031cef00012ee3.tar.gz linux-stable-378f0231330dd13da27e856c44031cef00012ee3.tar.bz2 linux-stable-378f0231330dd13da27e856c44031cef00012ee3.zip |
ARM: dts: qcom: msm8974: Add OnePlus One
OnePlus One is a smartphone launched in 2014 and is based on the
Snapdragon 801 SoC (-AC variant).
Supported features:
* ADSP
* Charger
* Coincell charger
* Fuel gauge
* Internal storage
* Touchscreen
* UART
* USB
* Wifi/Bluetooth
Signed-off-by: Julian Goldsmith <julian@juliangoldsmith.com>
Co-developed-by: Oleg Chernovskiy <kanedias@keemail.me>
Signed-off-by: Oleg Chernovskiy <kanedias@keemail.me>
Co-developed-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221128172531.828660-2-luca@z3ntu.xyz
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 640858290ec7..de63fa6cbfa2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1061,6 +1061,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ qcom-msm8974-sony-xperia-rhine-amami.dtb \ qcom-msm8974-sony-xperia-rhine-honami.dtb \ qcom-msm8974pro-fairphone-fp2.dtb \ + qcom-msm8974pro-oneplus-bacon.dtb \ qcom-msm8974pro-samsung-klte.dtb \ qcom-msm8974pro-sony-xperia-shinano-castor.dtb \ qcom-mdm9615-wp8548-mangoh-green.dtb \ |