From: Neel Date: Thu, 22 Mar 2018 16:23:34 +0000 (+0530) Subject: signal name for pwm0 is pwm, so variables should change to pwm0_pwm and likewise X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=5820c191f9fc5128fdf8d8df0f3b55120cb0cda4 signal name for pwm0 is pwm, so variables should change to pwm0_pwm and likewise --- diff --git a/pinmap.txt b/pinmap.txt index a520d49..f2fbccb 100644 --- a/pinmap.txt +++ b/pinmap.txt @@ -8,7 +8,7 @@ muxed 10 sd0_d0 sd1_d0 11 sd0_d1 sd1_d1 12 sd0_d2 sd1_d2 -13 sd0_d3 sd1_d3 pwm0 +13 sd0_d3 sd1_d3 pwm0_pwm dedicated 4 uart1_tx 5 uart1_rx diff --git a/src/actual_pinmux.py b/src/actual_pinmux.py index ec0e144..4d00d34 100644 --- a/src/actual_pinmux.py +++ b/src/actual_pinmux.py @@ -18,7 +18,7 @@ dictionary = { "sd_clk": "output", "sd_cmd": "output", "sd_d": "inout", - "pwm": "output" + "pwm_pwm": "output" }