Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / meson8.dtsi
index 2d7a0752a460886de27f1a280169538f95422f9f..d2e3eeaa1a5fe3b292c22af440fdd752fb3b07e9 100644 (file)
        clock-names = "stmmaceth";
 };
 
+&gpio_intc {
+       compatible = "amlogic,meson8-gpio-intc", "amlogic,meson-gpio-intc";
+       status = "okay";
+};
+
 &hwrng {
        compatible = "amlogic,meson8-rng", "amlogic,meson-rng";
        clocks = <&clkc CLKID_RNG0>;
        arm,data-latency = <3 3 3>;
        arm,tag-latency = <2 2 2>;
        arm,filter-ranges = <0x100000 0xc0000000>;
+       prefetch-data = <1>;
+       prefetch-instr = <1>;
+       arm,shared-override;
 };
 
 &pwm_ab {
 &saradc {
        compatible = "amlogic,meson8-saradc", "amlogic,meson-saradc";
        clocks = <&clkc CLKID_XTAL>,
-               <&clkc CLKID_SAR_ADC>,
-               <&clkc CLKID_SANA>;
-       clock-names = "clkin", "core", "sana";
+               <&clkc CLKID_SAR_ADC>;
+       clock-names = "clkin", "core";
 };
 
 &sdio {
 };
 
 &uart_AO {
-       clocks = <&clkc CLKID_CLK81>;
+       compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
+       clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_CLK81>;
+       clock-names = "baud", "xtal", "pclk";
 };
 
 &uart_A {
-       clocks = <&clkc CLKID_CLK81>;
+       compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
+       clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART0>;
+       clock-names = "baud", "xtal", "pclk";
 };
 
 &uart_B {
-       clocks = <&clkc CLKID_CLK81>;
+       compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
+       clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART1>;
+       clock-names = "baud", "xtal", "pclk";
 };
 
 &uart_C {
-       clocks = <&clkc CLKID_CLK81>;
+       compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
+       clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_XTAL>, <&clkc CLKID_UART2>;
+       clock-names = "baud", "xtal", "pclk";
 };
 
 &usb0 {