From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Dooks Subject: RFC: add init-regs for phy nodes Date: Mon, 17 Feb 2014 13:08:03 +0000 Message-ID: <1392642484-19938-1-git-send-email-ben.dooks@codethink.co.uk> Return-path: Sender: linux-sh-owner@vger.kernel.org To: netdev@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-sh@vger.kernel.org List-Id: devicetree@vger.kernel.org I have run into an issue where the KSZ8041 does not get initialised properly on the Renesas R8A7790 lager board. This patch adds the ability to set arbitrary registers on initialisation of a phy from informaiton in the fdt. Feedback welcome.