Re: [PATCH linux dev-5.2] ARM: dts: aspeed: swift: Enable video engine and USB hub devices

Andrew Jeffery andrew at aj.id.au
Mon Jul 15 12:26:12 AEST 2019



On Sat, 13 Jul 2019, at 01:18, Eddie James wrote:
> These devices are necessary for IpKVM to function, so enable them on
> Swift.
> 
> Signed-off-by: Eddie James <eajames at linux.ibm.com>

Acked-by: Andrew Jeffery <andrew at aj.id.au>

> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts 
> b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
> index caac895..bdf3fb9 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
> @@ -33,6 +33,13 @@
>  			compatible = "shared-dma-pool";
>  			reusable;
>  		};
> +
> +		video_engine_memory: jpegbuffer {
> +			size = <0x02000000>;	/* 32MM */
> +			alignment = <0x01000000>;
> +			compatible = "shared-dma-pool";
> +			reusable;
> +		};
>  	};
>  
>  	gpio-keys {
> @@ -963,4 +970,13 @@
>  	status = "okay";
>  };
>  
> +&vhub {
> +	status = "okay";
> +};
> +
> +&video {
> +	status = "okay";
> +	memory-region = <&video_engine_memory>;
> +};
> +
>  #include "ibm-power9-dual.dtsi"
> -- 
> 1.8.3.1
> 
>


More information about the openbmc mailing list