dts/amlogic: add openvfd stub for the openvfd driver

This commit is contained in:
Arthur Liberman
2019-05-05 00:34:47 +03:00
committed by Dongjin Kim
parent 72e16632b1
commit 39078a2d9d
9 changed files with 1593 additions and 0 deletions

View File

@@ -826,6 +826,12 @@
cpu_ver_name{
compatible = "amlogic, cpu-major-id-axg";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -1864,6 +1864,12 @@
cpu_ver_name {
compatible = "amlogic, cpu-major-id-g12a";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -1966,6 +1966,12 @@
mem_size = <0x0 0x100000>;
status = "okay";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -1920,6 +1920,12 @@
mem_size = <0x0 0x100000>;
status = "okay";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
};/* end of / */
&pinctrl_aobus {

View File

@@ -568,6 +568,12 @@
mem_size = <0x0 0x100000>;
status = "okay";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
}; /* end of root */
&pinctrl_aobus {

View File

@@ -555,6 +555,12 @@
mem_size = <0x0 0x100000>;
status = "okay";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
}; /* end of root */
&pinctrl_aobus {

View File

@@ -681,6 +681,12 @@
compatible = "amlogic, vdac-gxm";
status = "okay";
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
}; /* end of root */
&pinctrl_aobus {

File diff suppressed because it is too large Load Diff

View File

@@ -948,6 +948,10 @@
compatible = "amlogic, defendkey";
reg = <0x0 0xff634500 0x0 0x4>; /*RNG_USR_DATA*/
mem_size = <0x0 0x100000>;
};
openvfd {
compatible = "open,vfd";
dev_name = "openvfd";
status = "okay";
};
}; /* end of / */