mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
dts/amlogic: add openvfd stub for the openvfd driver
This commit is contained in:
committed by
Dongjin Kim
parent
72e16632b1
commit
39078a2d9d
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1966,6 +1966,12 @@
|
||||
mem_size = <0x0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
openvfd {
|
||||
compatible = "open,vfd";
|
||||
dev_name = "openvfd";
|
||||
status = "okay";
|
||||
};
|
||||
};/* end of / */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
@@ -1920,6 +1920,12 @@
|
||||
mem_size = <0x0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
openvfd {
|
||||
compatible = "open,vfd";
|
||||
dev_name = "openvfd";
|
||||
status = "okay";
|
||||
};
|
||||
};/* end of / */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
@@ -568,6 +568,12 @@
|
||||
mem_size = <0x0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
openvfd {
|
||||
compatible = "open,vfd";
|
||||
dev_name = "openvfd";
|
||||
status = "okay";
|
||||
};
|
||||
}; /* end of root */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
@@ -555,6 +555,12 @@
|
||||
mem_size = <0x0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
openvfd {
|
||||
compatible = "open,vfd";
|
||||
dev_name = "openvfd";
|
||||
status = "okay";
|
||||
};
|
||||
}; /* end of root */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
@@ -681,6 +681,12 @@
|
||||
compatible = "amlogic, vdac-gxm";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
openvfd {
|
||||
compatible = "open,vfd";
|
||||
dev_name = "openvfd";
|
||||
status = "okay";
|
||||
};
|
||||
}; /* end of root */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
1547
arch/arm64/boot/dts/amlogic/mesontxl.dtsi
Normal file
1547
arch/arm64/boot/dts/amlogic/mesontxl.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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 / */
|
||||
|
||||
Reference in New Issue
Block a user