On Thu, Jul 30, 2015 at 8:59 AM, Micka <[email protected]> wrote: > Thx, but I'm working without overlay : #include > "am335x-bone-common-no-capemgr.dtsi" > > So, I was wondering if putting : > > fb { > compatible = "ti,am33xx-tilcdc"; > reg = <0x4830e000 0x1000>; > interrupt-parent = <&intc>; > interrupts = <36>; > ti,hwmods = "lcdc"; > ti,allow-non-reduced-blanking-modes; > ti,allow-non-audio-modes; > }; > > is enough ?
no... that just allows drm to use a mode that doesn't support audio... if you don't want hdmi audio, you need to disable... lots of things.. run meld/diff against: https://github.com/RobertCNelson/dtb-rebuilder/blob/4.1-ti/src/arm/am335x-boneblack-hdmi-overlay.dts https://github.com/RobertCNelson/dtb-rebuilder/blob/4.1-ti/src/arm/am335x-boneblack-nhdmi-overlay.dts and it'll become obvious.. hdmi-overlay = video + audio nhdmi-overlay = video Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
