mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
ARM: mxs: dt: cfa10036: make hogpins grabbed by respective drivers
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
0399050e3e
commit
a74d2ec70c
@ -23,10 +23,7 @@
|
||||
apb@80000000 {
|
||||
apbh@80000000 {
|
||||
pinctrl@80018000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hog_pins_cfa10036>;
|
||||
|
||||
hog_pins_cfa10036: hog-10036@0 {
|
||||
ssd1306_cfa10036: ssd1306-10036@0 {
|
||||
reg = <0>;
|
||||
fsl,pinmux-ids = <
|
||||
0x2073 /* MX28_PAD_SSP0_D7__GPIO_2_7 */
|
||||
@ -83,6 +80,8 @@
|
||||
|
||||
ssd1306: oled@3c {
|
||||
compatible = "solomon,ssd1306fb-i2c";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ssd1306_cfa10036>;
|
||||
reg = <0x3c>;
|
||||
reset-gpios = <&gpio2 7 0>;
|
||||
solomon,height = <32>;
|
||||
|
Loading…
Reference in New Issue
Block a user