From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:11:59 +0100 Subject: [U-Boot] [PATCH]powerpc/8xxx:Add MPH controller support in USB device-tree fixup In-Reply-To: <1327663369-4449-1-git-send-email-ramneek.mehresh@freescale.com> References: <1327663369-4449-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <201202270011.59332.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Add support for fixing usb mode and phy type for > MPH(Multi Port Host) USB controllers in device-tree nodes. > Required for socs like P3060, P5020, etc having MPH USB controller. > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc8xxx/fdt.c | 46 > ++++++++++++++++++++++++++-------------- include/fdt_support.h | > 4 +- > 2 files changed, 32 insertions(+), 18 Hi, what's the status of this patch/patchset? Thanks M