mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
ARM: dts: Fix node status to "okay" on TI boards
As per Device Tree Specification [1], the status parameter of nodes can be "okay", "disabled", etc. "ok" is not a valid parameter. U-boot Driver Model does not recognize status="ok" either and treats the node as disabled. [1] https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.3 Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
7d67334dfe
commit
72f78c6918
20 changed files with 34 additions and 34 deletions
|
@ -186,14 +186,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mcbsp1 {
|
&mcbsp1 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
#sound-dai-cells = <0>;
|
#sound-dai-cells = <0>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mcbsp1_pins>;
|
pinctrl-0 = <&mcbsp1_pins>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mcbsp2 {
|
&mcbsp2 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
#sound-dai-cells = <0>;
|
#sound-dai-cells = <0>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mcbsp2_pins>;
|
pinctrl-0 = <&mcbsp2_pins>;
|
||||||
|
|
|
@ -193,7 +193,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dss_dpi_pins>;
|
pinctrl-0 = <&dss_dpi_pins>;
|
||||||
|
|
|
@ -742,7 +742,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dss_pins>;
|
pinctrl-0 = <&dss_pins>;
|
||||||
|
|
|
@ -752,7 +752,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dss_pins>;
|
pinctrl-0 = <&dss_pins>;
|
||||||
|
|
|
@ -528,13 +528,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
vdda_video-supply = <&ldoln_reg>;
|
vdda_video-supply = <&ldoln_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdda-supply = <&ldo4_reg>;
|
vdda-supply = <&ldo4_reg>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
@ -545,7 +545,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie1_rc {
|
&pcie1_rc {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -405,7 +405,7 @@
|
||||||
&aemif {
|
&aemif {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&nand_pins>;
|
pinctrl-0 = <&nand_pins>;
|
||||||
status = "ok";
|
status = "okay";
|
||||||
cs3 {
|
cs3 {
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
|
@ -501,7 +501,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dcan1 {
|
&dcan1 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
pinctrl-names = "default", "sleep", "active";
|
pinctrl-names = "default", "sleep", "active";
|
||||||
pinctrl-0 = <&dcan1_pins_sleep>;
|
pinctrl-0 = <&dcan1_pins_sleep>;
|
||||||
pinctrl-1 = <&dcan1_pins_sleep>;
|
pinctrl-1 = <&dcan1_pins_sleep>;
|
||||||
|
|
|
@ -430,7 +430,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dcan1 {
|
&dcan1 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
pinctrl-names = "default", "sleep", "active";
|
pinctrl-names = "default", "sleep", "active";
|
||||||
pinctrl-0 = <&dcan1_pins_sleep>;
|
pinctrl-0 = <&dcan1_pins_sleep>;
|
||||||
pinctrl-1 = <&dcan1_pins_sleep>;
|
pinctrl-1 = <&dcan1_pins_sleep>;
|
||||||
|
@ -499,11 +499,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
port {
|
port {
|
||||||
hdmi_out: endpoint {
|
hdmi_out: endpoint {
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio {
|
&mdio {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
ethphy0: ethernet-phy@0 {
|
ethphy0: ethernet-phy@0 {
|
||||||
compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
|
compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -170,7 +170,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio {
|
&mdio {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
ethphy0: ethernet-phy@0 {
|
ethphy0: ethernet-phy@0 {
|
||||||
compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
|
compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio {
|
&mdio {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
ethphy0: ethernet-phy@0 {
|
ethphy0: ethernet-phy@0 {
|
||||||
compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
|
compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <
|
pinctrl-0 = <
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&venc {
|
&venc {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
vdda-supply = <&vdac>;
|
vdda-supply = <&vdac>;
|
||||||
|
|
||||||
|
|
|
@ -353,7 +353,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dss_dpi_pins>;
|
pinctrl-0 = <&dss_dpi_pins>;
|
||||||
|
@ -367,7 +367,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&venc {
|
&venc {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
vdda-supply = <&vdac>;
|
vdda-supply = <&vdac>;
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpmc {
|
&gpmc {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
ranges = <0 0 0x30000000 0x1000000>; /* CS0 space, 16MB */
|
ranges = <0 0 0x30000000 0x1000000>; /* CS0 space, 16MB */
|
||||||
|
|
||||||
/* Chip select 0 */
|
/* Chip select 0 */
|
||||||
|
|
|
@ -248,7 +248,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
port {
|
port {
|
||||||
dpi_out: endpoint {
|
dpi_out: endpoint {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
port {
|
port {
|
||||||
dpi_out: endpoint {
|
dpi_out: endpoint {
|
||||||
remote-endpoint = <&lcd_in>;
|
remote-endpoint = <&lcd_in>;
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&ssi {
|
&ssi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
clocks = <&ssi_ssr_fck>,
|
clocks = <&ssi_ssr_fck>,
|
||||||
<&ssi_sst_fck>,
|
<&ssi_sst_fck>,
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&ssi {
|
&ssi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
clocks = <&ssi_ssr_fck>,
|
clocks = <&ssi_ssr_fck>,
|
||||||
<&ssi_sst_fck>,
|
<&ssi_sst_fck>,
|
||||||
|
|
|
@ -546,7 +546,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
port {
|
port {
|
||||||
dpi_out: endpoint {
|
dpi_out: endpoint {
|
||||||
|
@ -557,12 +557,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi2 {
|
&dsi2 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdd-supply = <&vcxio>;
|
vdd-supply = <&vcxio>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdda-supply = <&vdac>;
|
vdda-supply = <&vdac>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
|
|
@ -648,11 +648,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi1 {
|
&dsi1 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdd-supply = <&vcxio>;
|
vdd-supply = <&vcxio>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
@ -677,7 +677,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi2 {
|
&dsi2 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdd-supply = <&vcxio>;
|
vdd-supply = <&vcxio>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
@ -702,7 +702,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
vdda-supply = <&vdac>;
|
vdda-supply = <&vdac>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
|
|
@ -743,11 +743,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
/* vdda-supply populated in board specific dts file */
|
/* vdda-supply populated in board specific dts file */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue