Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / s5pv210-aries.dtsi
index 822207f..160f8cd 100644 (file)
                };
        };
 
+       pmic_ap_clk: clock-0 {
+               /* Workaround for missing clock on PMIC */
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <32768>;
+       };
+
+       bt_codec: bt-sco {
+               compatible = "linux,bt-sco";
+               #sound-dai-cells = <0>;
+       };
+
        vibrator_pwr: regulator-fixed-0 {
                compatible = "regulator-fixed";
                regulator-name = "vibrator-en";
@@ -54,7 +66,7 @@
                gpio = <&gpj1 1 GPIO_ACTIVE_HIGH>;
 
                pinctrl-names = "default";
-               pinctr-0 = <&vibrator_ena>;
+               pinctrl-0 = <&vibrator_ena>;
        };
 
        touchkey_vdd: regulator-fixed-1 {
                pinctrl-names = "default";
                pinctrl-0 = <&sound_i2c_pins>;
 
-               wm8994: wm8994@1a {
+               wm8994: audio-codec@1a {
                        compatible = "wlf,wm8994";
                        reg = <0x1a>;
 
                value = <0x5200>;
        };
 
-       spi_lcd: spi-gpio-0 {
+       spi_lcd: spi-2 {
                compatible = "spi-gpio";
                #address-cells = <1>;
                #size-cells = <0>;
                io-channels = <&adc 9>;
                shunt-resistor-micro-ohms = <47000000>; /* 47 ohms */
                #io-channel-cells = <0>;
-               io-channel-ranges;
        };
 };
 
                interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
                pinctrl-names = "default";
                pinctrl-0 = <&ts_irq>;
-               reset-gpios = <&gpj1 3 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpj1 3 GPIO_ACTIVE_LOW>;
        };
 };
 
+&i2s0 {
+       dmas = <&pdma0 9>, <&pdma0 10>, <&pdma0 11>;
+       status = "okay";
+};
+
 &mfc {
        memory-region = <&mfc_left>, <&mfc_right>;
 };
        samsung,pwm-outputs = <1>;
 };
 
+&rtc {
+       clocks = <&clocks CLK_RTC>, <&pmic_ap_clk>;
+       clock-names = "rtc", "rtc_src";
+};
+
 &sdhci1 {
        #address-cells = <1>;
        #size-cells = <0>;