ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Remove unused GPIO

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>
This commit is contained in:
Adam Ford 2019-11-03 17:03:01 -06:00 committed by Tom Rini
parent 27b6534491
commit 1e3d015a03

View File

@ -21,6 +21,26 @@
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;