mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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 @@ mcp2515: can@0 {
|
|||
spi-max-frequency = <10000000>;
|
||||
vdd-supply = <®_3v3>;
|
||||
xceiver-supply = <®_5v0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -140,9 +140,6 @@ &adc1 {
|
|||
};
|
||||
|
||||
/* ADC2 is not available as it conflicts with AD7879 resistive touchscreen. */
|
||||
&adc2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
cpu-supply = <®_DCDC2>;
|
||||
|
|
@ -191,13 +188,11 @@ ethphy0: ethernet-phy@0 {
|
|||
&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