Skip to content

Commit

Permalink
arm64: renesas: r8a7795: fix SATA clock assignment
Browse files Browse the repository at this point in the history
SATA clock is 815, not 915.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Ulrich Hecht authored and Simon Horman committed Dec 18, 2015
1 parent 52ee9fb commit 2eb2b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a7795.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
compatible = "renesas,sata-r8a7795";
reg = <0 0xee300000 0 0x1fff>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 915>;
clocks = <&cpg CPG_MOD 815>;
status = "disabled";
};
};
Expand Down

0 comments on commit 2eb2b50

Please sign in to comment.