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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Jul 2019 15:05:20 +0200
From:   Neil Armstrong <narmstrong@...libre.com>
To:     Maxime Jourdan <mjourdan@...libre.com>,
        Kevin Hilman <khilman@...libre.com>
Cc:     linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org
Subject: Re: [PATCH 2/3] arm64: dts: meson-gx: add video decoder entry

On 26/07/2019 14:46, Maxime Jourdan wrote:
> Add the base video decoder node compatible with the meson vdec driver,
> for GX* chips.
> 
> Signed-off-by: Maxime Jourdan <mjourdan@...libre.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> index 74d03fc706be..86e26ed551e0 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> @@ -437,6 +437,20 @@
>  			};
>  		};
>  
> +		vdec: video-codec@...20000 {
> +			compatible = "amlogic,gx-vdec";
> +			reg = <0x0 0xc8820000 0x0 0x10000>,
> +			      <0x0 0xc110a580 0x0 0xe4>;
> +			reg-names = "dos", "esparser";
> +
> +			interrupts = <GIC_SPI 44 IRQ_TYPE_EDGE_RISING>,
> +				     <GIC_SPI 32 IRQ_TYPE_EDGE_RISING>;
> +			interrupt-names = "vdec", "esparser";
> +
> +			amlogic,ao-sysctrl = <&sysctrl_AO>;
> +			amlogic,canvas = <&canvas>;
> +		};
> +
>  		periphs: periphs@...34000 {
>  			compatible = "simple-bus";
>  			reg = <0x0 0xc8834000 0x0 0x2000>;
> 

Reviewed-by: Neil Armstrong <narmstrong@...libre.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ