ARM: dts: imx7-colibri: clean-up device enabling/disabling
Disable most nodes on module-level to be enabled on carrier board-level. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
18511d12b1
commit
5491ddafe3
@ -44,7 +44,6 @@
|
||||
spi-max-frequency = <10000000>;
|
||||
vdd-supply = <®_3v3>;
|
||||
xceiver-supply = <®_5v0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -140,9 +140,6 @@
|
||||
};
|
||||
|
||||
/* ADC2 is not available as it conflicts with AD7879 resistive touchscreen. */
|
||||
&adc2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <®_DCDC2>;
|
||||
@ -191,13 +188,11 @@
|
||||
&flexcan1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&flexcan2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&gpio1 {
|
||||
|
Loading…
Reference in New Issue
Block a user