Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic Add t...



details:   https://anonhg.NetBSD.org/src/rev/a9c72e82868d
branches:  trunk
changeset: 455948:a9c72e82868d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Apr 19 19:46:46 2019 +0000

description:
Add the clock inputs of the clock controllers, from
https://github.com/torvalds/linux/commit/16361ff23e20d2f967456fab9971152331b65117

diffstat:

 sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r d7f17600c641 -r a9c72e82868d sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
--- a/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi     Fri Apr 19 19:37:31 2019 +0000
+++ b/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi     Fri Apr 19 19:46:46 2019 +0000
@@ -239,6 +239,8 @@
 
 &clkc_AO {
        compatible = "amlogic,meson-gxl-aoclkc", "amlogic,meson-gx-aoclkc";
+       clocks = <&xtal>, <&clkc CLKID_CLK81>;
+       clock-names = "xtal", "mpeg-clk";
 };
 
 &gpio_intc {
@@ -263,6 +265,8 @@
        clkc: clock-controller {
                compatible = "amlogic,gxl-clkc";
                #clock-cells = <1>;
+               clocks = <&xtal>;
+               clock-names = "xtal";
        };
 };
 



Home | Main Index | Thread Index | Old Index