diff options
| author | Geert Uytterhoeven <[email protected]> | 2017-03-10 14:19:11 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2017-03-13 10:19:21 +0100 |
| commit | e5fada0cf2131b901e411bb65c22ddc98b6dcf98 (patch) | |
| tree | ca2c779fdf2603968ba6b41f6f68664aea18d2a0 | |
| parent | e68f8b428d84c304ca534505eafa98cb02a5bae0 (diff) | |
ARM: dts: alt: Drop superfluous status update for frequency override
The scif_clk device node is already enabled in r8a7794.dtsi, so there is
no need to update its status again.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 569e3f0e97a5..3fcf76b8e923 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -375,7 +375,6 @@ &scif_clk { clock-frequency = <14745600>; - status = "okay"; }; &qspi { |