From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 2 Jul 2020 18:46:20 -0600 Subject: [PATCH v4 11/12] riscv: Add pinmux and gpio bindings for Kendryte K210 In-Reply-To: <20200624102947.359794-12-seanga2@gmail.com> References: <20200624102947.359794-1-seanga2@gmail.com> <20200624102947.359794-12-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 24 Jun 2020 at 04:30, Sean Anderson wrote: > > This patch adds the necessary device tree bindings. > > Signed-off-by: Sean Anderson > > --- > > (no changes since v2) > > Changes in v2: > - Convert to use pinmux property > - Don't hog ISP on boot > - Re-order GPIOs to match the defaults more closely > > arch/riscv/dts/k210-maix-bit.dts | 104 +++++++++++++++++++++++++++++++ > arch/riscv/dts/k210.dtsi | 12 ++++ > 2 files changed, 116 insertions(+) Reviewed-by: Simon Glass