forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/tegra124-nyan-big.dts
....@@ -13,14 +13,18 @@
1313 "google,nyan-big-rev1", "google,nyan-big-rev0",
1414 "google,nyan-big", "google,nyan", "nvidia,tegra124";
1515
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
+ };
2125 };
2226
23
- sdhci@700b0400 { /* SD Card on this bus */
27
+ mmc@700b0400 { /* SD Card on this bus */
2428 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
2529 };
2630