ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Remove unused GPIO
authorAdam Ford <aford173@gmail.com>
Sun, 3 Nov 2019 23:03:01 +0000 (17:03 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:39:18 +0000 (18:39 -0500)
The only GPIO bank needed in SPL is GPIO4 and the SPL space is tight.

This patch removes the all but GPIO4 from the spl device tree to
reduce the SPL footprint.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi

index 976330f..76f7432 100644 (file)
        clock-frequency = <400000>;
 };
 
+&gpio1 {
+       /delete-property/ u-boot,dm-spl;
+};
+
+&gpio2 {
+       /delete-property/ u-boot,dm-spl;
+};
+
+&gpio3 {
+       /delete-property/ u-boot,dm-spl;
+};
+
+&gpio5 {
+       /delete-property/ u-boot,dm-spl;
+};
+
+&gpio6 {
+       /delete-property/ u-boot,dm-spl;
+};
+
 /delete-node/ &uart2;
 /delete-node/ &uart3;
 /delete-node/ &mmc2;