Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #55836
| From | Ian Campbell <ijc@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) |
| Date | 2016-11-25 08:50 +0100 |
| Message-ID | <sHjqF-65B-3@gated-at.bofh.it> (permalink) |
| References | <sHjh0-62o-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
On Thu, 2016-11-24 at 23:24 -0800, Ryan Tandy wrote:
> whereas the new orion5x-linkstation.dtsi contains this code:
>
> &sata {
> status = "okay";
> nr-ports = <1>;
> };
A .dtsi is an include file, not the final thing for any given device,
for that you need a .dts (which is compiled into a .dtb).
Assuming orion5x-linkstation.dtsi is correctly relating to your
platform you would appear to want one of:
$ git grep orion5x-linkstation.dtsi arch/arm/boot/dts/*.dts
arch/arm/boot/dts/orion5x-kuroboxpro.dts:#include "orion5x-linkstation.dtsi"
arch/arm/boot/dts/orion5x-linkstation-lsgl.dts:#include "orion5x-linkstation.dtsi"
arch/arm/boot/dts/orion5x-linkstation-lswtgl.dts:#include "orion5x-linkstation.dtsi"
(Or something else not yet present in the kernel tree.)
Of the three above orion5x-kuroboxpro.dts and orion5x-linkstation-
lswtgl both set ports to 2 using:
&sata {
nr-ports = <2>;
};
which overrides the defaults from the dtsi. You mentioned kurobox_pro-
setup.c so perhaps orion5x-kuroboxpro.dts is the one you want?
Ian.
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-25 08:40 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ian Campbell <ijc@debian.org> - 2016-11-25 08:50 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-25 17:20 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ian Campbell <ijc@debian.org> - 2016-11-25 17:30 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-25 18:00 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-25 18:10 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ian Campbell <ijc@debian.org> - 2016-11-25 18:10 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Roger Shimizu <rogershimizu@gmail.com> - 2016-11-26 17:30 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-26 22:10 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Ryan Tandy <ryan@nardis.ca> - 2016-11-27 00:00 +0100
Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) Roger Shimizu <rogershimizu@gmail.com> - 2016-11-27 01:20 +0100
Processed: Re: Bug#845611: linux-image-4.8.0-1-marvell: hard drive not detected on LinkStation Pro (LS-GL) owner@bugs.debian.org (Debian Bug Tracking System) - 2016-11-27 00:00 +0100
csiph-web