From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthias.bgg@gmail.com (Matthias Brugger) Date: Wed, 20 Dec 2017 19:03:18 +0100 Subject: [PATCH v7 5/6] arm: dts: mt2712: Add clock controller device nodes In-Reply-To: <1511854102-23195-7-git-send-email-weiyi.lu@mediatek.com> References: <1511854102-23195-1-git-send-email-weiyi.lu@mediatek.com> <1511854102-23195-7-git-send-email-weiyi.lu@mediatek.com> Message-ID: <2c9b4502-fe34-d652-6cdc-7da5fbc789c6@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/28/2017 08:28 AM, Weiyi Lu wrote: > Add clock controller nodes for MT2712, include topckgen, infracfg, > pericfg, mcucfg and apmixedsys. This patch also add six oscillators that > provide clocks for MT2712. > > Signed-off-by: Weiyi Lu > --- > arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 115 ++++++++++++++++++++++++++++++ > 1 file changed, 115 insertions(+) I fixed the subject line for you, but the next time please take care to start the line with "arm64" instead of "arm" Thanks, Matthias > > diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > index 5d4e406..5703793 100644 > --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > @@ -5,6 +5,7 @@ > * SPDX-License-Identifier: (GPL-2.0 OR MIT) > */ > > +#include > #include > #include > > @@ -98,6 +99,48 @@ > #clock-cells = <0>; > }; > > + clk26m: oscillator at 0 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <26000000>; > + clock-output-names = "clk26m"; > + }; > + > + clk32k: oscillator at 1 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <32768>; > + clock-output-names = "clk32k"; > + }; > + > + clkfpc: oscillator at 2 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <50000000>; > + clock-output-names = "clkfpc"; > + }; > + > + clkaud_ext_i_0: oscillator at 3 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <6500000>; > + clock-output-names = "clkaud_ext_i_0"; > + }; > + > + clkaud_ext_i_1: oscillator at 4 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <196608000>; > + clock-output-names = "clkaud_ext_i_1"; > + }; > + > + clkaud_ext_i_2: oscillator at 5 { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <180633600>; > + clock-output-names = "clkaud_ext_i_2"; > + }; > + > timer { > compatible = "arm,armv8-timer"; > interrupt-parent = <&gic>; > @@ -111,6 +154,24 @@ > (GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_LOW)>; > }; > > + topckgen: syscon at 10000000 { > + compatible = "mediatek,mt2712-topckgen", "syscon"; > + reg = <0 0x10000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + infracfg: syscon at 10001000 { > + compatible = "mediatek,mt2712-infracfg", "syscon"; > + reg = <0 0x10001000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + pericfg: syscon at 10003000 { > + compatible = "mediatek,mt2712-pericfg", "syscon"; > + reg = <0 0x10003000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > uart5: serial at 1000f000 { > compatible = "mediatek,mt2712-uart", > "mediatek,mt6577-uart"; > @@ -121,6 +182,18 @@ > status = "disabled"; > }; > > + apmixedsys: syscon at 10209000 { > + compatible = "mediatek,mt2712-apmixedsys", "syscon"; > + reg = <0 0x10209000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + mcucfg: syscon at 10220000 { > + compatible = "mediatek,mt2712-mcucfg", "syscon"; > + reg = <0 0x10220000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > sysirq: interrupt-controller at 10220a80 { > compatible = "mediatek,mt2712-sysirq", > "mediatek,mt6577-sysirq"; > @@ -192,5 +265,47 @@ > clock-names = "baud", "bus"; > status = "disabled"; > }; > + > + mfgcfg: syscon at 13000000 { > + compatible = "mediatek,mt2712-mfgcfg", "syscon"; > + reg = <0 0x13000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + mmsys: syscon at 14000000 { > + compatible = "mediatek,mt2712-mmsys", "syscon"; > + reg = <0 0x14000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + imgsys: syscon at 15000000 { > + compatible = "mediatek,mt2712-imgsys", "syscon"; > + reg = <0 0x15000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + bdpsys: syscon at 15010000 { > + compatible = "mediatek,mt2712-bdpsys", "syscon"; > + reg = <0 0x15010000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + vdecsys: syscon at 16000000 { > + compatible = "mediatek,mt2712-vdecsys", "syscon"; > + reg = <0 0x16000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + vencsys: syscon at 18000000 { > + compatible = "mediatek,mt2712-vencsys", "syscon"; > + reg = <0 0x18000000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + jpgdecsys: syscon at 19000000 { > + compatible = "mediatek,mt2712-jpgdecsys", "syscon"; > + reg = <0 0x19000000 0 0x1000>; > + #clock-cells = <1>; > + }; > }; > >