Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 77bb5125 authored by Robert Nelson's avatar Robert Nelson
Browse files

am335x-boneblack: split out nxp hdmi no audio


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a4d7c71d
No related merge requests found
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
&lcdc {
status = "okay";
};
/ {
hdmi {
compatible = "ti,tilcdc,slave";
i2c = <&i2c0>;
pinctrl-names = "default", "off";
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
status = "okay";
};
};
...@@ -28,17 +28,5 @@ &am33xx_pinmux { ...@@ -28,17 +28,5 @@ &am33xx_pinmux {
#include "am335x-boneblack-emmc.dtsi" #include "am335x-boneblack-emmc.dtsi"
&lcdc { /* Display */
status = "okay"; #include "am335x-boneblack-nxp-hdmi-no-audio.dtsi"
};
/ {
hdmi {
compatible = "ti,tilcdc,slave";
i2c = <&i2c0>;
pinctrl-names = "default", "off";
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
status = "okay";
};
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment