Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319211
b: refs/heads/master
c: 071407e
h: refs/heads/master
i:
  319209: ad6c89e
  319207: db4139d
v: v3
  • Loading branch information
Shawn Guo authored and Thierry Reding committed Jul 23, 2012
1 parent 89cf50f commit 3874e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 200efedd87662e3510b2e9ac8b56c8a32baf3e12
refs/heads/master: 071407eefd708d7e273b67af150f8dff6c51eb58
4 changes: 2 additions & 2 deletions trunk/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Freescale MXS PWM controller

Required properties:
- compatible: should be "fsl,mxs-pwm"
- compatible: should be "fsl,imx23-pwm"
- reg: physical base address and length of the controller's registers
- #pwm-cells: should be 2. The first cell specifies the per-chip index
of the PWM to use and the second cell is the duty cycle in nanoseconds.
Expand All @@ -10,7 +10,7 @@ Required properties:
Example:

pwm: pwm@80064000 {
compatible = "fsl,imx28-pwm", "fsl,mxs-pwm";
compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
reg = <0x80064000 2000>;
#pwm-cells = <2>;
fsl,pwm-number = <8>;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int __devexit mxs_pwm_remove(struct platform_device *pdev)
}

static struct of_device_id mxs_pwm_dt_ids[] = {
{ .compatible = "fsl,mxs-pwm", },
{ .compatible = "fsl,imx23-pwm", },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, mxs_pwm_dt_ids);
Expand Down

0 comments on commit 3874e20

Please sign in to comment.