Skip to content

Commit fbde94c

Browse files
committed
arm64: tegra: Add DBB clock to EMC on Tegra264
The DBB clock is used by the EMC to enable the data path from various IP blocks to external memory. Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 8f0b4cc commit fbde94c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra264.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,8 +3428,9 @@
34283428
reg = <0x00 0x8800000 0x0 0x20000>,
34293429
<0x00 0x8890000 0x0 0x20000>;
34303430
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
3431-
clocks = <&bpmp TEGRA264_CLK_EMC>;
3432-
clock-names = "emc";
3431+
clocks = <&bpmp TEGRA264_CLK_EMC>,
3432+
<&bpmp TEGRA264_CLK_DBB_UPHY0>;
3433+
clock-names = "emc", "dbb";
34333434

34343435
#interconnect-cells = <0>;
34353436
nvidia,bpmp = <&bpmp>;

0 commit comments

Comments
 (0)