Deleted Added
full compact
imx28-cfa10057.dts (279385) imx28-cfa10057.dts (295436)
1/*
2 * Copyright 2013 Crystalfontz America, Inc.
3 * Copyright 2012 Free Electrons
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *

--- 101 unchanged lines hidden (view full) ---

110 apbx@80040000 {
111 lradc@80050000 {
112 fsl,lradc-touchscreen-wires = <4>;
113 status = "okay";
114 };
115
116 pwm: pwm@80064000 {
117 pinctrl-names = "default";
1/*
2 * Copyright 2013 Crystalfontz America, Inc.
3 * Copyright 2012 Free Electrons
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *

--- 101 unchanged lines hidden (view full) ---

110 apbx@80040000 {
111 lradc@80050000 {
112 fsl,lradc-touchscreen-wires = <4>;
113 status = "okay";
114 };
115
116 pwm: pwm@80064000 {
117 pinctrl-names = "default";
118 pinctrl-0 = <&pwm3_pins_b>;
118 pinctrl-0 = <&pwm4_pins_a>;
119 status = "okay";
120 };
121
122 i2c1: i2c@8005a000 {
123 pinctrl-names = "default";
124 pinctrl-0 = <&i2c1_pins_a>;
125 status = "okay";
126 };

--- 38 unchanged lines hidden (view full) ---

165 phy-reset-gpios = <&gpio2 21 0>;
166 phy-reset-duration = <100>;
167 status = "okay";
168 };
169 };
170
171 backlight {
172 compatible = "pwm-backlight";
119 status = "okay";
120 };
121
122 i2c1: i2c@8005a000 {
123 pinctrl-names = "default";
124 pinctrl-0 = <&i2c1_pins_a>;
125 status = "okay";
126 };

--- 38 unchanged lines hidden (view full) ---

165 phy-reset-gpios = <&gpio2 21 0>;
166 phy-reset-duration = <100>;
167 status = "okay";
168 };
169 };
170
171 backlight {
172 compatible = "pwm-backlight";
173 pwms = <&pwm 3 5000000>;
173 pwms = <&pwm 4 5000000>;
174 brightness-levels = <0 4 8 16 32 64 128 255>;
175 default-brightness-level = <7>;
176 };
177};
174 brightness-levels = <0 4 8 16 32 64 128 255>;
175 default-brightness-level = <7>;
176 };
177};