Skip to content

Commit

Permalink
MLK-13073 dts: mx6ull: enable DCP driver for i.mx6ull
Browse files Browse the repository at this point in the history
Enable DCP in imx6ull.dtsi

Signed-off-by: Dan Douglass <[email protected]>
  • Loading branch information
Dan Douglass committed Aug 15, 2016
1 parent ee1061c commit 09e6f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6ull.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1108,13 +1108,13 @@
ranges;

dcp: dcp@02280000 {
compatible = "fsl,imx6sl-dcp";
reg = <0x02280000 0x4000>;
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
/*clocks = <&clks IMX6UL_CLK_DCP>;*/
clocks = <&clks IMX6UL_CLK_DCP_CLK>;
clock-names = "dcp";
status = "disabled";
};

rngb: rngb@02284000 {
Expand Down

0 comments on commit 09e6f81

Please sign in to comment.