diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-03-25 02:39:01 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:07 -0400 |
commit | 10cb60561e3a864706eee5abee92f0760d254629 (patch) | |
tree | 7ce3fbcd7cd40d20baf070d306581c706bd33d14 /arch/arm/boot | |
parent | ce2d5dbc4e6c3f3b41a6091671f852366fb7665c (diff) |
ENGR00305067-7 ARM: dts: imx6sx-sdb: Rename pwm3 backlight node
This patch renames the backlight node based on pwm3 from 'backlight'
to 'backlight1' so that we may add the upcoming backlight node based
on pwm4 which is named to 'backlight2'.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 083f577d18c5..ddabef289196 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -14,7 +14,7 @@ | |||
14 | model = "Freescale i.MX6 SoloX SDB Board"; | 14 | model = "Freescale i.MX6 SoloX SDB Board"; |
15 | compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; | 15 | compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; |
16 | 16 | ||
17 | backlight { | 17 | backlight1 { |
18 | compatible = "pwm-backlight"; | 18 | compatible = "pwm-backlight"; |
19 | pwms = <&pwm3 0 5000000>; | 19 | pwms = <&pwm3 0 5000000>; |
20 | brightness-levels = <0 4 8 16 32 64 128 255>; | 20 | brightness-levels = <0 4 8 16 32 64 128 255>; |