diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-04-12 18:45:59 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-05-15 03:34:28 +0200 |
commit | e761b82ef22269b4e4fdf1a4d397c09522bc5d54 (patch) | |
tree | 0435bef137ae1f5b8dfe88957ee2cd9a1d6db8aa /arch/arm/boot/dts/imx6q.dtsi | |
parent | ARM: dts: imx: ventana: fix DTC warnings (diff) | |
download | linux-e761b82ef22269b4e4fdf1a4d397c09522bc5d54.tar.xz linux-e761b82ef22269b4e4fdf1a4d397c09522bc5d54.zip |
ARM: dts: imx6: adopt DT to new GPC binding
Adopt the i.MX6Q/DL DT to the new and more flexible GPC binding.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index e9a5d0b8c7b0..dd33849335b2 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -125,7 +125,7 @@ clocks = <&clks IMX6QDL_CLK_OPENVG_AXI>, <&clks IMX6QDL_CLK_GPU2D_CORE>; clock-names = "bus", "core"; - power-domains = <&gpc 1>; + power-domains = <&pd_pu>; }; ipu2: ipu@02800000 { |