]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx: ventana: fix DTC warnings
authorTim Harvey <tharvey@gateworks.com>
Mon, 10 Apr 2017 20:58:10 +0000 (13:58 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:28 +0000 (09:34 +0800)
Remove the sky2 ethernet device node from the pcie controller which was
invalid to begin with.

The original intent was to allow the bootloader to populate the MAC via
dt but this requires the PCI bus topology to be complete in dt as well
and as these boards have an expansion connector that topology is dynamic
and can't be represented here.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-gw5400-a.dts
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi

index 8e84713f42c069ec5d85cf177d2379c42cf0aa0d..687ab911c13f9956525c751f2da4b4c088ef828f 100644 (file)
@@ -19,7 +19,6 @@ / {
 
        /* these are used by bootloader for disabling nodes */
        aliases {
-               ethernet1 = &eth1;
                i2c0 = &i2c1;
                i2c1 = &i2c2;
                i2c2 = &i2c3;
@@ -347,10 +346,6 @@ &ldb {
 &pcie {
        reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
        status = "okay";
-
-       eth1: sky2@8 { /* MAC/PHY on bus 8 */
-               compatible = "marvell,sky2";
-       };
 };
 
 &ssi1 {
index a208e7e0dc6e2cd61b35373384ecf3741904c4b8..5bc6ed1a5b35ad1240cd7e6ae560c6d2f666a267 100644 (file)
@@ -14,7 +14,6 @@
 / {
        /* these are used by bootloader for disabling nodes */
        aliases {
-               ethernet1 = &eth1;
                led0 = &led0;
                led1 = &led1;
                led2 = &led2;
@@ -342,10 +341,6 @@ &pcie {
        pinctrl-0 = <&pinctrl_pcie>;
        reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
        status = "okay";
-
-       eth1: sky2@8 { /* MAC/PHY on bus 8 */
-               compatible = "marvell,sky2";
-       };
 };
 
 &pwm2 {
index 968fda94d14bfb09302c18bfe5fbf1942ffc3466..66fcf838e964502329391f457a2c5e9801ace1a4 100644 (file)
@@ -14,7 +14,6 @@
 / {
        /* these are used by bootloader for disabling nodes */
        aliases {
-               ethernet1 = &eth1;
                led0 = &led0;
                led1 = &led1;
                led2 = &led2;
@@ -379,10 +378,6 @@ &pcie {
        pinctrl-0 = <&pinctrl_pcie>;
        reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
        status = "okay";
-
-       eth1: sky2@8 { /* MAC/PHY on bus 8 */
-               compatible = "marvell,sky2";
-       };
 };
 
 &pwm1 {