]> git.sur5r.net Git - u-boot/commitdiff
ARM: dts: k2g: Disable netcp by default
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:30 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:00 +0000 (14:26 -0400)
Disable netcp by default like all other peripherals in the dtsi file.
Enable the peripheral explicitly in the board specific dts file.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/keystone-k2g-evm.dts
arch/arm/dts/keystone-k2g-netcp.dtsi

index f6fce33b98bbfa174132c09d4f08e81c5dccb854..de208b36134f12eb24e05f7219d0975117083e03 100644 (file)
        phy-handle = <&ethphy0>;
 };
 
+&netcp {
+       status = "okay";
+};
+
 &spi1 {
        status = "okay";
 
index a9b26c3b3a04338f60fbe04f0bba3e50ac482cb3..d76f2a1ba5482d02fb0241c97a621e124d781af7 100644 (file)
@@ -99,6 +99,7 @@ netcp: netcp@4000000 {
        reg = <0x2620110 0x8>;
        reg-names = "efuse";
        compatible = "ti,netcp-1.0";
+       status = "disabled";
        #address-cells = <1>;
        #size-cells = <1>;
        /* power-domains = <&k2g_pds K2G_DEV_NSS0>; */