| .. | .. |
|---|
| 13 | 13 | "google,nyan-big-rev1", "google,nyan-big-rev0", |
|---|
| 14 | 14 | "google,nyan-big", "google,nyan", "nvidia,tegra124"; |
|---|
| 15 | 15 | |
|---|
| 16 | | - panel: panel { |
|---|
| 17 | | - compatible = "auo,b133xtn01"; |
|---|
| 18 | | - |
|---|
| 19 | | - backlight = <&backlight>; |
|---|
| 20 | | - ddc-i2c-bus = <&dpaux>; |
|---|
| 16 | + host1x@50000000 { |
|---|
| 17 | + dpaux@545c0000 { |
|---|
| 18 | + aux-bus { |
|---|
| 19 | + panel: panel { |
|---|
| 20 | + compatible = "auo,b133xtn01"; |
|---|
| 21 | + backlight = <&backlight>; |
|---|
| 22 | + }; |
|---|
| 23 | + }; |
|---|
| 24 | + }; |
|---|
| 21 | 25 | }; |
|---|
| 22 | 26 | |
|---|
| 23 | | - sdhci@700b0400 { /* SD Card on this bus */ |
|---|
| 27 | + mmc@700b0400 { /* SD Card on this bus */ |
|---|
| 24 | 28 | wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>; |
|---|
| 25 | 29 | }; |
|---|
| 26 | 30 | |
|---|