Merge tag 'v4.13-rc4' into v4.14/dt64
authorKevin Hilman <khilman@baylibre.com>
Tue, 22 Aug 2017 22:37:31 +0000 (15:37 -0700)
committerKevin Hilman <khilman@baylibre.com>
Tue, 22 Aug 2017 22:37:31 +0000 (15:37 -0700)
Linux 4.13-rc4

1  2 
arch/arm64/boot/dts/amlogic/meson-gx.dtsi
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts
drivers/clk/meson/gxbb.c
drivers/clk/meson/meson8b.c

index d537d7c2e8a5cc611ee140a9f8dce0290f3eb444,266fbcf3e47f5640b565c09fae289003b7b9e679..f5ed386e659152ea806400e3fc9569914e6682a1
                        linux,default-trigger = "heartbeat";
                };
        };
+       memory@0 {
+               device_type = "memory";
+               reg = <0x0 0x0 0x0 0x80000000>;
+       };
+       vcc_3v3: regulator-vcc_3v3 {
+               compatible = "regulator-fixed";
+               regulator-name = "VCC_3V3";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
+       vcc_card: regulator-vcc-card {
+               compatible = "regulator-gpio";
+               regulator-name = "VCC_CARD";
+               regulator-min-microvolt = <1800000>;
+               regulator-max-microvolt = <3300000>;
+               gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>;
+               gpios-states = <0>;
+               states = <3300000 0>,
+                        <1800000 1>;
+       };
+       vddio_boot: regulator-vddio_boot {
+               compatible = "regulator-fixed";
+               regulator-name = "VDDIO_BOOT";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
  };
  
 +&cec_AO {
 +      status = "okay";
 +      pinctrl-0 = <&ao_cec_pins>;
 +      pinctrl-names = "default";
 +      hdmi-phandle = <&hdmi_tx>;
 +};
 +
  &cvbs_vdac_port {
        cvbs_vdac_out: endpoint {
                remote-endpoint = <&cvbs_connector_in>;
Simple merge
Simple merge