Commit 2eb2b506 authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman

arm64: renesas: r8a7795: fix SATA clock assignment

SATA clock is 815, not 915.
Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 52ee9fb3
...@@ -772,7 +772,7 @@ sata: sata@ee300000 { ...@@ -772,7 +772,7 @@ sata: sata@ee300000 {
compatible = "renesas,sata-r8a7795"; compatible = "renesas,sata-r8a7795";
reg = <0 0xee300000 0 0x1fff>; reg = <0 0xee300000 0 0x1fff>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 915>; clocks = <&cpg CPG_MOD 815>;
status = "disabled"; status = "disabled";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment