diff options
| author | Geert Uytterhoeven <[email protected]> | 2017-03-10 14:19:08 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2017-03-13 10:18:25 +0100 |
| commit | b20b1de4b542749a500c426796bb7fa400b03e58 (patch) | |
| tree | f6cabb74f23d22415e16572472906b5ed07bee82 | |
| parent | 2507e3d41a3f0f09e7d756b34e3bb953d6d3b76d (diff) | |
ARM: dts: koelsch: Drop superfluous status updates for frequency overrides
The scif_clk and pcie_bus_clk device nodes are already enabled in
r8a7791.dtsi, so there is no need to update their statuses again.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 5405d337d744..59beb8402a36 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -516,7 +516,6 @@ &scif_clk { clock-frequency = <14745600>; - status = "okay"; }; &sdhi0 { @@ -767,7 +766,6 @@ &pcie_bus_clk { clock-frequency = <100000000>; - status = "okay"; }; &pciec { |