Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9d76c43 authored by Deepak Dimri's avatar Deepak Dimri
Browse files

ARM: dts: sa2150p-nand: disable nodes for graphics support not needed



Auto products based on sa2150p-nand do not use graphic features
therefore device tree nodes have been disabled.

Change-Id: Ib205f719caddf178a415e05f83e70294df0e1b3c
Signed-off-by: default avatarDeepak Dimri <ddimri@codeaurora.org>
parent 62962f2f
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -111,3 +111,19 @@
		"dev-emac-rgmii_lvl_shift_state";
	pinctrl-16 = <&rgmii_level_shifter>;
};

&gpu_bw_tbl {
	status = "disabled";
};

&gpubw {
	status = "disabled";
};

&msm_gpu {
	status = "disabled";
};

&kgsl_msm_iommu {
	status = "disabled";
};
+17 −0
Original line number Diff line number Diff line
@@ -185,3 +185,20 @@
		"dev-emac-rgmii_lvl_shift_state";
	pinctrl-16 = <&rgmii_level_shifter>;
};

&gpu_bw_tbl {
	status = "disabled";
};

&gpubw {
	status = "disabled";
};

&msm_gpu {
	status = "disabled";
};

&kgsl_msm_iommu {
	status = "disabled";
};
+18 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -99,3 +99,20 @@
&sdhc_1 {
	status = "disabled";
};

&gpu_bw_tbl {
	status = "disabled";
};

&gpubw {
	status = "disabled";
};

&msm_gpu {
	status = "disabled";
};

&kgsl_msm_iommu {
	status = "disabled";
};