arm64: dts: ti: k3-am64: Enable GPMC and ELM nodes at the board level
authorAndrew Davis <afd@ti.com>
Mon, 17 Oct 2022 19:25:32 +0000 (14:25 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 28 Oct 2022 13:14:48 +0000 (08:14 -0500)
The GPMC node defined in the top-level AM64x SoC dtsi files are incomplete
and will not be functional unless it is extended with pinmux information.

As the pinmux is only known at the board integration level, this node
should only be enabled when provided with this information.

Disable the GPMC node in the dtsi file. Since the ELM is made to work
with the GPMC, disable it too.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Acked-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20221017192532.23825-11-afd@ti.com
arch/arm64/boot/dts/ti/k3-am64-main.dtsi
arch/arm64/boot/dts/ti/k3-am642-evm.dts
arch/arm64/boot/dts/ti/k3-am642-sk.dts

index d621803..c96df4b 100644 (file)
                #interrupt-cells = <2>;
                gpio-controller;
                #gpio-cells = <2>;
+               status = "disabled";
        };
 
        elm0: ecc@25010000 {
                power-domains = <&k3_pds 54 TI_SCI_PD_EXCLUSIVE>;
                clocks = <&k3_clks 54 0>;
                clock-names = "fck";
+               status = "disabled";
        };
 };
index 666f5d3..39feea7 100644 (file)
        pinctrl-0 = <&main_mcan1_pins_default>;
        phys = <&transceiver2>;
 };
-
-&gpmc0 {
-       status = "disabled";
-};
-
-&elm0 {
-       status = "disabled";
-};
index 3e6df16..2e2d40d 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&main_ecap0_pins_default>;
 };
-
-&gpmc0 {
-       status = "disabled";
-};
-
-&elm0 {
-       status = "disabled";
-};