]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: r8a7779, marzen: Fix sata device status
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 16 Jan 2017 16:56:53 +0000 (17:56 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 17 Jan 2017 09:04:06 +0000 (10:04 +0100)
Device nodes representing I/O devices should be marked disabled in the
SoC-specific DTS, and overridden by board-specific DTSes where needed.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7779-marzen.dts
arch/arm/boot/dts/r8a7779.dtsi

index 676151b70185d1a58488342774e8db956dd33f9f..89c5b24a3d03f0492a432532de68f0bc31e87cb5 100644 (file)
        };
 };
 
+&sata {
+       status = "okay";
+};
+
 &scif2 {
        pinctrl-0 = <&scif2_pins>;
        pinctrl-names = "default";
index f47a0edc26d4879ced0c2e7329eb69b9571cfabd..ae2d9a9c65af43c047f554cd646d99c714cef5be 100644 (file)
                interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp1_clks R8A7779_CLK_SATA>;
                power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
+               status = "disabled";
        };
 
        sdhi0: sd@ffe4c000 {