Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1691164

Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile

From Matthias Brugger <matthias.bgg@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
Date 2017-07-19 11:30 +0200
Message-ID <u4TsS-6zb-27@gated-at.bofh.it> (permalink)
References <tV6KJ-2Nq-5@gated-at.bofh.it> <tV6KK-2Nq-23@gated-at.bofh.it> <u4DxM-4G9-25@gated-at.bofh.it> <u4QY3-4Nj-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 07/19/2017 08:48 AM, YT Shen wrote:
> On Tue, 2017-07-18 at 18:29 +0200, Matthias Brugger wrote:
>>
>> On 06/22/2017 11:32 AM, YT Shen wrote:
>>> This adds basic chip support for Mediatek 2712

[...]

>>> +
>>> +	uart_clk: dummy26m {
>>> +		compatible = "fixed-clock";
>>> +		clock-frequency = <26000000>;
>>> +		#clock-cells = <0>;
>>> +	};
>>> +

[...]

>>> +
>>> +	soc {
>>> +		#address-cells = <2>;
>>> +		#size-cells = <2>;
>>> +		compatible = "simple-bus";
>>> +		ranges;
>>> +
>>> +		uart5: serial@1000f000 {
>>> +			compatible = "mediatek,mt2712-uart",
>>> +				     "mediatek,mt6577-uart";
>>> +			reg = <0 0x1000f000 0 0x400>;
>>> +			interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_LOW>;
>>> +			clocks = <&uart_clk>, <&uart_clk>;
>>> +			clock-names = "baud", "bus";
>>> +			status = "disabled";
>>> +		};
>>
>> So baud and bus clock are both 26 MHz?
> We didn't have CCF clock support in this series.
> After we have clock source support, we could use the correct clocks to
> the UARTs and drop the 26MHz fixed rate UART clock.
> 
> The bus clock is 26MHz.  The baud clock could be from another clock
> source, using the same 26MHz fixed clock works also.
> 
> 
> [1] https://patchwork.kernel.org/patch/9670877/
> [2] https://patchwork.kernel.org/patch/6436021/
> 

Yes, just using one 26 MHz clock works, but it uses an deprecated 
binding, so we should not do this, as through copying from the source of 
other SoCs we will keep it alive forever. Anyway that's not your case, 
as you defined the two clocks.

The device tree should reflect the HW, that's why I asked for the clock 
frequency of both clocks. I searched the git history and it was never 
done right before. So you could be the first :)

Thanks,
Matthias

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation  board dts and Makefile Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-18 18:30 +0200
  Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and  evaluation board dts and Makefile YT Shen <yt.shen@mediatek.com> - 2017-07-19 08:50 +0200
    Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation  board dts and Makefile Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-19 11:30 +0200
      Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and  evaluation board dts and Makefile YT Shen <yt.shen@mediatek.com> - 2017-07-21 08:40 +0200
        Re: [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation  board dts and Makefile Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-21 14:00 +0200

csiph-web