From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH] ARM: dts: stout: Initial r8a7790 Stout board support Date: Thu, 15 Feb 2018 10:59:27 +0100 Message-ID: References: <20180213232948.31521-1-marek.vasut+renesas@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven Cc: Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Rob Herring , Marek Vasut , Geert Uytterhoeven , Kuninori Morimoto , Simon Horman , Wolfram Sang List-Id: devicetree@vger.kernel.org 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 -- 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