]> Git Repo - linux.git/commitdiff
ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default
authorEugen Hristev <[email protected]>
Thu, 2 Sep 2021 12:13:58 +0000 (15:13 +0300)
committerNicolas Ferre <[email protected]>
Tue, 14 Sep 2021 15:05:40 +0000 (17:05 +0200)
Without a sensor node, the ISC will simply fail to probe, as the
corresponding port node is missing.
It is then logical to disable the node in the devicetree.
If we add a port with a connection to a sensor endpoint, ISC can be enabled.

Signed-off-by: Eugen Hristev <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm/boot/dts/at91-sama5d27_som1_ek.dts

index 614999dcb990358eda699dacbeaf9630affbd8da..cd4672501add7d91b1bd930f6b78840d3187cd01 100644 (file)
@@ -71,7 +71,6 @@
                        isc: isc@f0008000 {
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_isc_base &pinctrl_isc_data_8bit &pinctrl_isc_data_9_10 &pinctrl_isc_data_11_12>;
-                               status = "okay";
                        };
 
                        qspi1: spi@f0024000 {
This page took 0.0673 seconds and 4 git commands to generate.