Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 973fbd55 authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxl: Add clock nodes



Add clock node for Amlogic Meson GXL.
The GXBB compatible is retained since the GXBB clock tree is used for now.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent fb0fe922
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -42,6 +42,7 @@
 */
 */


#include "meson-gx.dtsi"
#include "meson-gx.dtsi"
#include <dt-bindings/clock/gxbb-clkc.h>
#include <dt-bindings/gpio/meson-gxbb-gpio.h>
#include <dt-bindings/gpio/meson-gxbb-gpio.h>


/ {
/ {
@@ -214,3 +215,11 @@
		};
		};
	};
	};
};
};

&hiubus {
	clkc: clock-controller@0 {
		compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
		#clock-cells = <1>;
		reg = <0x0 0x0 0x0 0x3db>;
	};
};