lkml.org 
[lkml]   [2020]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 2/2] arm64: dts: mediatek: mt8516: add auxadc node
    From
    Date


    On 12/10/2020 22:52, Fabien Parent wrote:
    > Add node for the auxadc IP. The IP is compatible with the one found
    > in MT8173 SoC.
    >
    > Signed-off-by: Fabien Parent <fparent@baylibre.com>
    > ---
    > arch/arm64/boot/dts/mediatek/mt8516.dtsi | 10 ++++++++++
    > 1 file changed, 10 insertions(+)
    >
    > diff --git a/arch/arm64/boot/dts/mediatek/mt8516.dtsi b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
    > index 89af661e7f63..943c426e9aaf 100644
    > --- a/arch/arm64/boot/dts/mediatek/mt8516.dtsi
    > +++ b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
    > @@ -470,5 +470,15 @@ usb0_port: usb-phy@11110800 {
    > #phy-cells = <1>;
    > };
    > };
    > +
    > + auxadc: adc@11003000 {
    > + compatible = "mediatek,mt8516-auxadc",
    > + "mediatek,mt8173-auxadc";
    > + reg = <0 0x11003000 0 0x1000>;
    > + clocks = <&topckgen CLK_TOP_AUX_ADC>;
    > + clock-names = "main";
    > + #io-channel-cells = <1>;
    > + status = "disabled";
    > + };
    > };
    > };
    >

    Any reason you don't enable the status in the pumpkin dts?

    Regards,
    Matthias

    \
     
     \ /
      Last update: 2020-10-13 08:01    [W:3.548 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site