From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 23 Feb 2018 19:22:40 +0100 Subject: [U-Boot] [PATCH 1/5] core: ofnode: add ofnode_get_parent function In-Reply-To: <1519403933-64408-2-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1519403933-64408-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1519403933-64408-2-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <20180223192240.740463ba@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 23 Feb 2018 17:38:49 +0100 Philipp Tomsich philipp.tomsich at theobroma-systems.com wrote: > The Rockchip video drivers need to walk the ofnode-parrents to find > an enclosing device that has a UCLASS_DISPLAY driver bound. This > adds a ofnode_get_parent()-function that returns the parent-node. > > Signed-off-by: Philipp Tomsich > Tested-by: Klaus Goger Reviewed-by: Anatolij Gustschin