Re: [PATCH] ARM: dts: stout: Initial r8a7790 Stout board support
From: Marek Vasut <hidden>
Date: 2018-02-15 09:59:27
Also in:
linux-renesas-soc
On 02/14/2018 10:11 AM, Geert Uytterhoeven wrote:
Hi Marek,
[...]
quoted
+ 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
quoted
+ }; + }; +};quoted
+&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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html