[OpenWrt-Devel] [PATCH v2] ARM: dts: Add TVE/TVC and ILI9322 panel to DIR-685

Linus Walleij linus.walleij at linaro.org
Tue Jan 2 04:23:00 EST 2018


On Mon, Jan 1, 2018 at 8:14 PM, David Lechner <david at lechnology.com> wrote:
> On 12/22/2017 02:51 AM, Linus Walleij wrote:

>> @@ -115,7 +156,16 @@
>>         soc {
>>                 flash at 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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list