On 10/08/2014 11:11 PM, Alexandre Courbot wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Add the device-tree node for the GK20A GPU and leave it disabled by > default. It is the responsability of the bootloader to enable it if the > VPR registers have been programmed such as the GPU can operate. > diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts > + gpu@0,57000000 { > + status = "disabled"; status="disabled" usually goes into tegra124.dtsi. A board would only override status to "okay" if necessary, and include any board specific properties ... > + vdd-supply = <&vdd_gpu>; ... such as that. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html