uboot-rockchip: update to v2021.04
[openwrt/staging/chunkeey.git] / package / boot / uboot-rockchip / src / of-platdata / nanopi-r2s-rk3328 / dt-structs-gen.h
index 847b121a34f21b482825d5c6df8c1ea55545d258..b1ff08a9278d2ff8a66b6859cf2dc51fc0f81d27 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * DO NOT MODIFY
  *
- * This file was generated by dtoc from a .dtb (device tree binary) file.
+ * Defines the structs used to hold devicetree data.
+ * This was generated by dtoc from a .dtb (device tree binary) file.
  */
 
 #include <stdbool.h>
@@ -18,23 +19,6 @@ struct dtd_ns16550_serial {
        fdt32_t         reg_io_width;
        fdt32_t         reg_shift;
 };
-struct dtd_regulator_fixed {
-       fdt32_t         gpio[3];
-       fdt32_t         pinctrl_0;
-       const char *    pinctrl_names;
-       bool            regulator_boot_on;
-       fdt32_t         regulator_max_microvolt;
-       fdt32_t         regulator_min_microvolt;
-       const char *    regulator_name;
-       fdt32_t         vin_supply;
-};
-struct dtd_rockchip_gpio_bank {
-       struct phandle_1_arg clocks[1];
-       bool            gpio_controller;
-       bool            interrupt_controller;
-       fdt32_t         interrupts[3];
-       fdt64_t         reg[2];
-};
 struct dtd_rockchip_rk3288_dw_mshc {
        fdt32_t         bus_width;
        bool            cap_sd_highspeed;
@@ -65,7 +49,3 @@ struct dtd_rockchip_rk3328_dmc {
 struct dtd_rockchip_rk3328_grf {
        fdt64_t         reg[2];
 };
-struct dtd_rockchip_rk3328_pinctrl {
-       bool            ranges;
-       fdt32_t         rockchip_grf;
-};