forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
....@@ -88,7 +88,7 @@
8888
8989 sound {
9090 compatible = "audio-graph-card";
91
- label = "STM32MP1-AV96-HDMI";
91
+ label = "STM32-AV96-HDMI";
9292 dais = <&sai2a_port>;
9393 status = "okay";
9494 };
....@@ -100,7 +100,7 @@
100100 regulator-min-microvolt = <3300000>;
101101 regulator-max-microvolt = <3300000>;
102102
103
- gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>;
103
+ gpio = <&gpioz 3 GPIO_ACTIVE_HIGH>;
104104 enable-active-high;
105105 };
106106 };
....@@ -232,6 +232,12 @@
232232 };
233233 };
234234 };
235
+
236
+ dh_mac_eeprom: eeprom@53 {
237
+ compatible = "atmel,24c02";
238
+ reg = <0x53>;
239
+ pagesize = <16>;
240
+ };
235241 };
236242
237243 &ltdc {