From owner-freebsd-arm@FreeBSD.ORG Thu Jun 11 18:03:03 2015 Return-Path: Delivered-To: freeBSD-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A1F5DF1 for ; Thu, 11 Jun 2015 18:03:03 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBE57182D for ; Thu, 11 Jun 2015 18:03:02 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: by ykaz81 with SMTP id z81so6237317yka.3 for ; Thu, 11 Jun 2015 11:03:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=naELkAOGcqxFgpcuhIBI9ver2GajteSTH0kS8XFFvrs=; b=soKdsfY3luSvoXwJBp3/20np/tLhLk1D5oBUqE2vwkUpzn0VQPZoxlBQyjK6tdNGMg pTv+ZcbzsC8TVKcqz5f05gqKxGG6or10bmcZ9WMfUKcYPlA1/g5zaAI0tpyX4tlbqrno XtznKw0brM54MTVSGRfkQFxN4jZmhZifO3OXBmZcrJ6OZ9E8lnU33eiwGfsf3EXaeV36 +u5cIs5h+WO08AOR/VjkkaTy8TkRhWK5gOVNpxp+y6q0CmXrVM7LrqSb5q07IqrbCOX2 yzLqOJZsd/lJEIyQ34LpSZIAFiND1DUIZ7pQo50TKu+e5V4qRdrCfqWbwpFlAqmrn+tg oGuw== MIME-Version: 1.0 X-Received: by 10.170.208.82 with SMTP id z79mr13516221yke.106.1434045782044; Thu, 11 Jun 2015 11:03:02 -0700 (PDT) Received: by 10.13.202.197 with HTTP; Thu, 11 Jun 2015 11:03:01 -0700 (PDT) In-Reply-To: References: <1FD1336E-D99F-4114-AD33-FBA1DF844E93@cs.huji.ac.il> Date: Thu, 11 Jun 2015 15:03:01 -0300 Message-ID: Subject: Re: pwm for raspberry pi? From: Luiz Otavio O Souza To: Daniel Braniss Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 18:03:03 -0000 On 5 June 2015 at 13:59, Daniel Braniss wrote: > [...] > > i see these under 10.1 but nothing under 11, what am I missing? > i tried with today=E2=80=99s current, and I see the modules being compile= , the .dts > seems ok > but no signes of am35x_pwm > There was a recent change to use the vendor DTS for TI SoCs, I think this may have changed something related to PWM, but I haven't tested -head on my beaglebone after this change, so I can't help much here, sorry :/ Luiz