forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rk3288-rock2-square.dts
....@@ -41,13 +41,13 @@
4141 gpio-leds {
4242 compatible = "gpio-leds";
4343
44
- heartbeat {
44
+ heartbeat_led: led-0 {
4545 gpios = <&gpio7 RK_PB7 GPIO_ACTIVE_LOW>;
4646 label = "rock2:green:state1";
4747 linux,default-trigger = "heartbeat";
4848 };
4949
50
- mmc {
50
+ mmc_led: led-1 {
5151 gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_LOW>;
5252 label = "rock2:blue:state2";
5353 linux,default-trigger = "mmc0";
....@@ -64,6 +64,7 @@
6464 sound {
6565 compatible = "simple-audio-card";
6666 simple-audio-card,name = "SPDIF";
67
+ simple-audio-card,mclk-fs = <128>;
6768 simple-audio-card,dai-link@1 { /* S/PDIF - S/PDIF */
6869 cpu { sound-dai = <&spdif>; };
6970 codec { sound-dai = <&spdif_out>; };
....@@ -133,7 +134,6 @@
133134 bus-width = <4>;
134135 cap-sd-highspeed;
135136 cap-sdio-irq;
136
- disable-wp;
137137 mmc-pwrseq = <&sdio_pwrseq>;
138138 non-removable;
139139 pinctrl-names = "default";
....@@ -157,7 +157,7 @@
157157 };
158158
159159 &gmac {
160
- status = "ok";
160
+ status = "okay";
161161 };
162162
163163 &hdmi {
....@@ -166,7 +166,7 @@
166166 };
167167
168168 &i2c0 {
169
- hym8563: hym8563@51 {
169
+ hym8563: rtc@51 {
170170 compatible = "haoyu,hym8563";
171171 reg = <0x51>;
172172 #clock-cells = <0>;