summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-08-01 12:57:20 +0200
committerThierry Reding <thierry.reding@gmail.com>2018-08-20 11:32:25 +0200
commitb96e9eb62841c519ba1db32d036628be3cdef91f (patch)
treed9a30a4cce24a5cd7ff6b4cf4a063ca73d5bb4e5 /Documentation/devicetree/bindings/pwm
parent2c2059c0b85d93d527cd23c0491288ef0264aee5 (diff)
pwm: meson: Fix mux clock names
Current clock name looks like this: /soc/bus@ffd00000/pwm@1b000#mux0 This is bad because CCF uses the clock to create a directory in clk debugfs. With such name, the directory creation (silently) fails and the debugfs entry end up being created at the debugfs root. With this change, the clock name will now be: ffd1b000.pwm#mux0 This matches the clock naming scheme used in the ethernet and mmc driver. It also fixes the problem with debugfs. Fixes: 36af66a79056 ("pwm: Convert to using %pOF instead of full_name") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
0 files changed, 0 insertions, 0 deletions