mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
arm64: dts: rockchip: remove rockchip,grf from vop nodes for px30
An experimental test with the command below without additional properties in 'rockchip-vop.yaml' gives this error: arch/arm64/boot/dts/rockchip/px30-evb.dt.yaml: vop@ff470000: 'power-domains', 'rockchip,grf' do not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/rockchip/px30-evb.dt.yaml: vop@ff460000: 'power-domains', 'rockchip,grf' do not match any of the regexes: 'pinctrl-[0-9]+' 'rockchip,grf' is not used by the Rockchip VOP driver, so remove it from 'vop' nodes in 'px30.dtsi'. make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/ rockchip/rockchip-vop.yaml Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20200309081600.3887-1-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
91da379fa5
commit
541d99d977
@ -1033,7 +1033,6 @@
|
|||||||
reset-names = "axi", "ahb", "dclk";
|
reset-names = "axi", "ahb", "dclk";
|
||||||
iommus = <&vopb_mmu>;
|
iommus = <&vopb_mmu>;
|
||||||
power-domains = <&power PX30_PD_VO>;
|
power-domains = <&power PX30_PD_VO>;
|
||||||
rockchip,grf = <&grf>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
vopb_out: port {
|
vopb_out: port {
|
||||||
@ -1075,7 +1074,6 @@
|
|||||||
reset-names = "axi", "ahb", "dclk";
|
reset-names = "axi", "ahb", "dclk";
|
||||||
iommus = <&vopl_mmu>;
|
iommus = <&vopl_mmu>;
|
||||||
power-domains = <&power PX30_PD_VO>;
|
power-domains = <&power PX30_PD_VO>;
|
||||||
rockchip,grf = <&grf>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
vopl_out: port {
|
vopl_out: port {
|
||||||
|
Loading…
Reference in New Issue
Block a user