The default 600MHz is technically unsupported on Nexus 7. Assign VDE clock to 408MHz, which is supported by all hardware versions. Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> --- Changelog: v3: - Rebased patch properly, fixed merge conflict. arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi index 8def1d2e34f9..b284e32debca 100644 --- a/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi +++ b/arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi @@ -90,6 +90,12 @@ init-low-power-mode-hog { }; }; + vde@6001a000 { + assigned-clocks = <&tegra_car TEGRA30_CLK_VDE>; + assigned-clock-parents = <&tegra_car TEGRA30_CLK_PLL_P>; + assigned-clock-rates = <408000000>; + }; + pinmux@70000868 { pinctrl-names = "default"; pinctrl-0 = <&state_default>; -- 2.29.2