diff options
author | Robin Gong <b38343@freescale.com> | 2013-08-27 16:57:57 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:55:16 +0800 |
commit | f82af6a7193b55840a5d4f7819f2cf13b448e4bd (patch) | |
tree | 33f9ef9cf823c43b8fffb6b2994f788d5443ff95 /arch/arm/boot/dts/imx6dl.dtsi | |
parent | e80dcfbf631052d514577abcb5ad13986a5260d4 (diff) |
ENGR00276023-1 ARM: dts: imx6: adjust some device node to support LDO_BYPASS
Modify devicetree to support LDO_BYPASS mode.
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 7db352c41473..76868b0f17d7 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -16,7 +16,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { compatible = "arm,cortex-a9"; device_type = "cpu"; reg = <0>; @@ -65,7 +65,7 @@ fsl,max_ddr_freq = <400000000>; }; - gpu@00130000 { + gpu: gpu@00130000 { compatible = "fsl,imx6dl-gpu", "fsl,imx6q-gpu"; reg = <0x00130000 0x4000>, <0x00134000 0x4000>, <0x0 0x0>; @@ -81,6 +81,7 @@ "gpu3d_shader_clk"; resets = <&src 0>, <&src 3>; reset-names = "gpu3d", "gpu2d"; + pu-supply = <®_pu>; }; ocram: sram@00900000 { |