Skip to content

Commit

Permalink
Merge pull request #605 from adhudase/sa8775p
Browse files Browse the repository at this point in the history
Add support for SA8775P ride board on linux-yocto
  • Loading branch information
lumag authored Jun 21, 2024
2 parents 59cf3bc + a93c32e commit 7ecda93
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ KERNEL_DEVICETREE ?= " \
qcom/qrb2210-rb1.dtb \
qcom/qrb4210-rb2.dtb \
qcom/qrb5165-rb5.dtb \
qcom/sa8775p-ride.dtb \
qcom/sm8450-hdk.dtb \
"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include qcom-msm8916.scc
include qcom-msm8996.scc
include qcom-qcm2290.scc
include qcom-qcm6490.scc
include qcom-sa8775p.scc
include qcom-sdm845.scc
include qcom-sm6115.scc
include qcom-sm8250.scc
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT

CONFIG_PINCTRL_SA8775P=y

CONFIG_SA_GCC_8775P=y
CONFIG_SA_GPUCC_8775P=m

CONFIG_INTERCONNECT_QCOM_SA8775P=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: MIT

kconf hardware qcom-rpmh.cfg
kconf hardware qcom-sa8775p.cfg

0 comments on commit 7ecda93

Please sign in to comment.