On Wed, Jan 24, 2018 at 12:42:14AM +0800, Anson Huang wrote:
> Add ARM power domain in PGC.
> 
> Signed-off-by: Anson Huang <[email protected]>
> ---
> this patch should be based on 
> 0001-ARM-dts-imx6sx-add-pu-power-domain-support.patch
>  arch/arm/boot/dts/imx6sx.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
> index 42ef4c6..aa29ca6 100644
> --- a/arch/arm/boot/dts/imx6sx.dtsi
> +++ b/arch/arm/boot/dts/imx6sx.dtsi
> @@ -768,6 +768,11 @@
>                                       #address-cells = <1>;
>                                       #size-cells = <0>;
>  
> +                                     power-domain@0 {

Nitpick: probably an 'arm' prefix is better:
arm: power-domain@0

Anyway, it's minor depends on maintainer's perference.

Otherwise, looks fine

Acked-by: Dong Aisheng <[email protected]>

Regards
Dong Aisheng

> +                                             reg = <0>;
> +                                             #power-domain-cells = <0>;
> +                                     };
> +
>                                       pd_pu: power-domain@1 {
>                                               reg = <1>;
>                                               #power-domain-cells = <0>;
> -- 
> 2.7.4
> 

Reply via email to