On 02/14/2018 10:11 AM, Geert Uytterhoeven wrote:
> Hi Marek,
[...]
>> + partition@0 {
>> + label = "loader";
>> + reg = <0x00000000 0x00040000>;
>> + read-only;
>> + };
>> + partition@40000 {
>> + label = "user";
>> + reg = <0x00040000 0x00400000>;
>> + read-only;
>> + };
>> + partition@440000 {
>> + label = "flash";
>> + reg = <0x00440000 0x03bc0000>;
>> + };
>
> I can't verify the partition layout.
I adjusted it according to
https://elinux.org/R-Car/Boards/Stout
>> + };
>> + };
>> +};
>
>
>> +&iic2 {
>> + status = "okay";
>> + pinctrl-0 = <&iic2_pins>;
>> + pinctrl-names = "default";
>> +
>> + clock-frequency = <100000>;
>> +
>> + hdmi@39 {
>> + compatible = "adi,adv7511w";
>> + reg = <0x39>;
>> + interrupt-parent = <&gpio1>;
>> + interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
>
> Missing cec clock (OSC4).
Fixed
--
Best regards,
Marek Vasut