Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: colibri_t20: get rid of fake clocks simple bus

Get rid of the fake clocks simple bus and use node names as per the
actual schematics.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Marcel Ziswiler and committed by
Thierry Reding
cafed755 8f4a8e09

+4 -11
+4 -11
arch/arm/boot/dts/tegra20-colibri.dtsi
··· 701 701 vbus-supply = <&reg_lan_v_bus>; 702 702 }; 703 703 704 - clocks { 705 - compatible = "simple-bus"; 706 - #address-cells = <1>; 707 - #size-cells = <0>; 708 - 709 - clk32k_in: clock@0 { 710 - compatible = "fixed-clock"; 711 - reg = <0>; 712 - #clock-cells = <0>; 713 - clock-frequency = <32768>; 714 - }; 704 + clk32k_in: xtal3 { 705 + compatible = "fixed-clock"; 706 + #clock-cells = <0>; 707 + clock-frequency = <32768>; 715 708 }; 716 709 717 710 reg_lan_v_bus: regulator-lan-v-bus {