Skip to content

Commit

Permalink
CM3: ARM: bcm2708: remove clk_core as it is no longer used
Browse files Browse the repository at this point in the history
Remove clk_core from device tree as it is no longer used.
Any "modification" to the core_clock in the bootloader is now
automatically detected via the cnew clockmgr.

Signed-off-by: DigitalDreamtime <[email protected]>
  • Loading branch information
DigitalDreamtime committed Aug 25, 2016
1 parent c9c08f2 commit cce3c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/bcm2710-rpi-cm3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
i2c0_baudrate = <&i2c0>,"clock-frequency:0";
i2c1_baudrate = <&i2c1>,"clock-frequency:0";
i2c2_baudrate = <&i2c2>,"clock-frequency:0";
core_freq = <&clk_core>,"clock-frequency:0";

act_led_gpio = <&act_led>,"gpios:4";
act_led_activelow = <&act_led>,"gpios:8";
Expand Down

0 comments on commit cce3c06

Please sign in to comment.