On Mon, Jan 1, 2018 at 8:14 PM, David Lechner <[email protected]> wrote:
> On 12/22/2017 02:51 AM, Linus Walleij wrote:
>> @@ -115,7 +156,16 @@
>> soc {
>> flash@30000000 {
>> - status = "okay";
>> + /*
>> + * Flash access is by default disabled, because it
>> + * collides with the Chip Enable signal for the
>> display
>> + * panel, that reuse the parallel flash Chip
>> Select 1
>> + * (CS1). Enabling flash makes graphics stop
>> working.
>> + *
>> + * We might be able to hack around this by letting
>> + * GPIO poke around in the flash controller
>> registers.
>> + */
>> + /* status = "okay"; */
>
>
> Isn't the default status = "okay"? So you would need to explicitly say
> status = "disabled".
This file includes gemini.dtsi where this node is defined, and there it
is set to status = "disabled", so we used to activate the dormant node
here with an explicit status = "okay".
Yours,
Linus Walleij
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel