lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 12 Mar 2020 18:23:50 -0700
From:   Sowjanya Komatineni <skomatineni@...dia.com>
To:     <thierry.reding@...il.com>, <jonathanh@...dia.com>,
        <robh+dt@...nel.org>, <josephl@...dia.com>,
        <daniel.lezcano@...aro.org>, <mmaddireddy@...dia.com>,
        <nkristam@...dia.com>
CC:     <devicetree@...r.kernel.org>, <linux-tegra@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1] arm64: tegra: Add reset-cells to mc

Hi All,

Sorry for inconvenience.

Please ignore this patch. This is needed before next updated patches for 
tegra video as they use mc reset on Tegra210.

So will include this patch as part of tegra-video patch series so 
dependencies are taken care.

Thanks

Sowjanya

On 3/10/20 9:02 PM, Sowjanya Komatineni wrote:
> External email: Use caution opening links or attachments
>
>
> Tegra210 device tree is missing reset-cells property for mc node.
>
> This patch fixes it.
>
> Signed-off-by: Sowjanya Komatineni <skomatineni@...dia.com>
> ---
>   arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
> index 66dd1df..9241163 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi
> +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
> @@ -935,6 +935,7 @@
>                  interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
>
>                  #iommu-cells = <1>;
> +               #reset-cells = <1>;
>          };
>
>          sata@...20000 {
> --
> 2.7.4
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ