realtek: clock driver: adapt RTL839X DT
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Tue, 6 Sep 2022 09:40:14 +0000 (11:40 +0200)
committerSander Vanheule <sander@svanheule.net>
Mon, 26 Dec 2022 19:29:36 +0000 (20:29 +0100)
The clock driver is self contained now. Do the same as for RTL838X.
Remove the oscillator and add some scratch SRAM area for future use.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/dts-5.10/rtl839x.dtsi

index 91d6e17a9ea1b78dfcd0deb84760519d453d8fbd..6131e9ad94832da023a3fec2b8065610eadac368 100644 (file)
 
        compatible = "realtek,rtl839x-soc";
 
-       osc: oscillator {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <25000000>;
-       };
-
        ccu: clock-controller {
                compatible = "realtek,rtl8390-clock";
                #clock-cells = <1>;
-               clocks = <&osc>;
-               clock-names = "ref_clk";
        };
 
        cpus {