diff options
author | Bartosz Golaszewski <[email protected]> | 2023-03-09 11:37:45 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 19:51:42 -0700 |
commit | 4926a8e93f321760fa265f91d78aa2a2163e222b (patch) | |
tree | 174ded632c3ea9095072f7db70ae64c66e295a89 | |
parent | dc3ad22112de7fe76352ef2aa2943b62eb1836a3 (diff) |
arm64: dts: qcom: sa8775p-ride: enable QUPv3 #2
Enable the second instance of the QUPv3 engine on the sa8775p-ride board.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts index 3adf7349f4e5..a538bb79c04a 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts @@ -24,6 +24,10 @@ status = "okay"; }; +&qupv3_id_2 { + status = "okay"; +}; + &sleep_clk { clock-frequency = <32764>; }; |